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 (
    2547, 2548, 2549, 2550, 2551, 2552, 2553, 
    2554, 2555, 2556, 2557, 2558, 2559, 
    2560, 2561, 2562
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00089

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 (2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562)) 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
2547 yves-saint-laurentt-la-nuit-de-lhomme-edt-200ml 2/3/5
2548 yves-saint-laurentt-la-nuit-de-lhomme-lintense-edp-100ml 2/3/5
2549 yves-saint-laurentt-lhomme-edt-60ml 2/3/5
2550 yves-saint-laurentt-lhomme-lintense-edp-200ml 2/3/5
2551 yves-saint-laurentt-magnificent-gold-edp-75-ml 2/3/39
2552 yves-saint-laurentt-manifesto-lelixir-for-women-edp-50ml 2/3/4
2553 yves-saint-laurentt-mon-paris-couture-edp-90ml 2/3/4
2554 yves-saint-laurentt-mon-paris-edt-90ml 2/3/4
2555 yves-saint-laurentt-opium-for-men-edt-100ml 2/3/5
2556 yves-saint-laurentt-opium-for-women-edt-90ml 2/3/4
2557 yves-saint-laurentt-opium-black-for-women-edp-150ml 2/3/4
2558 yves-saint-laurentt-opium-black-for-women-edp-90ml 2/3/4
2559 yves-saint-laurentt-opium-black-for-women-edt-90ml 2/3/4
2560 yves-saint-laurentt-opium-black-floral-shock-for-women-edp-90ml 2/3/4
2561 yves-saint-laurentt-paris-for-women-edt-125ml 2/3/4
2562 yves-saint-laurentt-rive-gauche-for-men-edt-80ml 2/3/5