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 (
    557, 558, 559, 560, 561, 562, 563, 564, 
    515, 516, 517, 518, 519, 520, 521, 522
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00086

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 (557,558,559,560,561,562,563,564,515,516,517,518,519,520,521,522)) 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
515 gucci-bamboo-for-women-edt-75ml 2/3/4
516 gucci-bloom-nettare-di-fiori-for-women-edp-100ml 2/3/4
517 gucci-by-gucci-for-men-edt-90ml 2/3/5
518 gucci-by-gucci-for-women-edp-75ml 2/3/4
519 gucci-envy-me-2-limited-edition-edt-100ml 2/3/4
520 gucci-envy-me-edt-50ml 2/3/4
521 gucci-flora-for-women-edp-50ml 2/3/4
522 gucci-flora-for-women-edt-75ml 2/3/4
557 roberto-cavalli-paradiso-for-women-edp-75ml 2/3/4
558 roberto-cavalli-paradiso-assoluto-for-women-edp-75ml 2/3/4
559 roberto-cavalli-sumptuous-rose-edp-100ml 2/3/39
560 roberto-cavalli-uomo-silver-essence-for-men-edt-100ml 2/3/5
561 roberto-cavalli-paradiso-for-women-edp-50ml75ml-bl-set 2/3/4
562 roberto-cavalli-acqua-for-women-edt-miniture-5ml 2/3/4
563 roberto-cavalli-nero-assoluto-for-women-edp-miniture-5ml 2/3/4
564 roberto-cavalli-paradiso-for-women-edp-miniture-5ml 2/3/4