SELECT 
  q_seo_names.object_id AS product_id, 
  q_seo_names.name AS seo_name, 
  q_seo_names.path AS seo_path 
FROM 
  q_seo_names 
WHERE 
  q_seo_names.object_id IN (
    34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 
    45, 46, 47, 48, 49
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00083

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.41"
    },
    "table": {
      "table_name": "q_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_seo_names`.`object_id` in (34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49)) and (`portal`.`q_seo_names`.`type` = 'p') and (`portal`.`q_seo_names`.`dispatch` = '') and (`portal`.`q_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "35.21",
        "eval_cost": "3.20",
        "prefix_cost": "38.41",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
34 burberry-brit-splash-for-men-edt-200ml 2/3/5
35 burberry-classic-for-men-edt-100ml 2/3/5
36 burberry-classic-summer-2013-for-men-edt-100ml 2/3/5
37 burberry-london-fabric-for-men-edt-100ml 2/3/5
38 burberry-london-fabric-for-women-edp-100ml 2/3/4
39 burberry-mr-burberry-edp-100ml 2/3/5
40 burberry-mr-burberry-edp-150ml 2/3/5
41 burberry-mr-burberry-edt-100ml 2/3/5
42 burberry-mr-burberry-edt-150ml 2/3/5
43 burberry-mr-burberry-edt-50ml 2/3/5
44 burberry-mr-burberry-indigo-edt-100ml 2/3/5
45 burberry-mr-burberry-indigo-edt-150ml 2/3/5
46 burberry-mr-burberry-indigo-edt-50ml 2/3/5
47 burberry-my-burberry-for-women-edp-90ml 2/3/4
48 burberry-my-burberry-black-for-women-edp-50ml 2/3/4
49 burberry-sport-for-men-edt-50ml 2/3/5