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 (
    523, 524, 525, 526, 527, 528, 529, 530, 
    531, 532, 533, 534, 535, 536, 537, 538
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00092

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 (523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538)) 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
523 gucci-flora-anniversary-edition-edt-50ml 2/3/4
524 gucci-flora-eau-fraiche-for-women-edt-75ml 2/3/4
525 gucci-flora-gardenia-limited-edition-for-women-edt-50ml 2/3/4
526 gucci-flora-glamorous-magnolia-for-women-edt-50ml 2/3/4
527 gucci-flora-glorious-mandarin-for-women-edt-100ml 2/3/4
528 gucci-guilty-for-men-edt-150ml 2/3/5
529 gucci-guilty-for-women-edt-75ml 2/3/4
530 gucci-guilty-absolute-for-women-edp-90ml 2/3/4
531 gucci-guilty-black-for-women-edt-75ml 2/3/4
532 gucci-guilty-diamond-limited-edition-for-men-edt-90ml 2/3/5
533 gucci-guilty-eau-for-men-edt-90ml 2/3/5
534 gucci-guilty-eau-for-women-edt-50ml 2/3/4
535 gucci-guilty-intense-for-men-edt-50ml 2/3/5
536 gucci-guilty-intense-for-women-edp-50ml 2/3/4
537 gucci-guilty-platinum-edition-for-women-edt-75ml 2/3/4
538 gucci-guilty-stud-limited-edition-for-men-edt-90ml 2/3/5