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 (
    37486, 37487, 37488, 37489, 37490, 37491, 
    37492, 37493, 37494, 37495, 37496, 
    37497, 37498, 37499, 37500, 37501
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00088

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 (37486,37487,37488,37489,37490,37491,37492,37493,37494,37495,37496,37497,37498,37499,37500,37501)) 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
37486 yves-st.-laurent-kouros-silver-m-edt-100ml 2/3/5
37487 yves-st.-laurent-la-nuit-de-lhomme-eau-electrique-edt-60ml 2/3/5
37488 yves-st.-laurent-la-nuit-de-lhomme-edt-100ml 2/3/5
37489 yves-st.-laurent-la-nuit-de-lhomme-le-perfume-edp-60ml 2/3/5
37490 yves-st.-laurent-la-nuit-de-lhomme-lintense-edp-60ml 2/3/5
37491 yves-st.-laurent-lhomme-cologne-bleue-edt-60ml 2/3/5
37492 yves-st.-laurent-lhomme-edt-200ml 2/3/5
37493 yves-st.-laurent-lhomme-lintense-edp-100ml 2/3/5
37494 yves-st.-laurent-lhomme-ultime-edp-60ml 2/3/5
37495 yves-st.-laurent-manifesto-w-edp-50ml 2/3/4
37496 yves-st.-laurent-mon-paris-couture-edp-50ml 2/3/4
37497 yves-st.-laurent-mon-paris-edp-90ml 2/3/4
37498 yves-st.-laurent-mon-paris-parfum-floral-edp-90ml 2/3/4
37499 yves-st.-laurent-opium-black-limited-edition-w-edp-50ml 2/3/4
37500 yves-st.-laurent-opium-black-nuit-blanche-w-edp-90ml 2/3/4
37501 yves-st.-laurent-parisienne-w-edp-50ml 2/3/4