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 (
    438, 439, 440, 441, 442, 443, 444, 445, 
    446, 447, 448, 449, 310, 311, 312, 313
  ) 
  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 (438,439,440,441,442,443,444,445,446,447,448,449,310,311,312,313)) 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
310 calvin-klein-euphoria-intense-for-men-edt-100ml 2/3/5
311 calvin-klein-euphoria-liquid-gold-for-men-edp-100ml 2/3/5
312 calvin-klein-euphoria-pure-gold-for-men-edp-100ml 2/3/5
313 calvin-klein-euphoria-pure-gold-for-women-edp-100ml 2/3/4
438 dior-jadore-for-women-edt-50ml 2/3/4
439 dior-joy-edp-50ml 2/3/4
440 dior-joy-edp-90ml 2/3/4
441 dior-miss-dior-absolutely-blooming-for-women-edp-100ml 2/3/4
442 dior-miss-dior-absolutely-blooming-edp-30ml 2/3/4
443 dior-miss-dior-edt-100ml 2/3/4
444 dior-miss-dior-edt-50ml 2/3/4
445 dior-poison-girl-edp-100ml 2/3/4
446 dior-poison-girl-edt-100ml 2/3/4
447 dior-homme-after-shave-balm-100ml 2/3/5
448 dior-homme-eau-for-men-after-shave-lotion-100ml 2/3/5
449 dior-sauvage-for-men-after-shave-lotion-100ml 2/3/5