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 (
    37357, 37358, 37359, 37360, 37361, 37362, 
    37363, 37364, 37366, 37367, 37368, 
    37369, 37370, 37371, 37372, 37373
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00090

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 (37357,37358,37359,37360,37361,37362,37363,37364,37366,37367,37368,37369,37370,37371,37372,37373)) 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
37357 stephane-humbert-lucas-manteuse-edp-50-ml 2/3/39
37358 suzana-royal-essence-femme-edp-75ml 2/3/39
37359 swiss-army-classic-m-edt-100ml 2/3/5
37360 symbol-m-edp-110ml 2/3/5
37361 ted-lapidus-m-edt-100ml 2/3/5
37362 ted-lapidus-pour-homme-sport-edt-100ml 2/3/5
37363 thameen-amber-room-edp-w-50ml 2/3/4
37364 thameen-regent-leather-edp-50ml 2/3/39
37366 the-royal-black-stone-edp-100ml 2/3/39
37367 the-royal-green-stone-edp-100ml 2/3/39
37368 the-royal-red-stone-edp-100ml 2/3/39
37369 the-royal-turquoise-edp-100ml 2/3/39
37370 the-woods-collection-dancing-leaves-edp-100ml 2/3/39
37371 the-woods-collection-dark-forest-edp-100ml 2/3/39
37372 the-woods-collection-eden-edp-100ml 2/3/39
37373 the-woods-collection-moonlight-edp-100ml 2/3/39