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 (
    37147, 37148, 37149, 37150, 37151, 37152, 
    37153, 37154, 37155, 37156, 37157, 
    37158, 37160, 37161, 37162, 37163
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00084

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 (37147,37148,37149,37150,37151,37152,37153,37154,37155,37156,37157,37158,37160,37161,37162,37163)) 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
37147 noran-perfumes-kador-1929-private-edp-100-ml 2/3/39
37148 noran-perfumes-kador-1929-special-edp-100-ml 2/3/39
37149 noran-perfumes-moon-1947-blue-edp-100-ml 2/3/39
37150 noran-perfumes-moon-1947-gold-edp-100-ml 2/3/4
37151 noran-perfumes-moon-1947-platinum-edp-100-ml 2/3/4
37152 noran-perfumes-moon-1947-red-edp-100-ml 2/3/4
37153 notebook-cassis-and-pink-pepper-w-edt-100ml 2/3/4
37154 notebook-citrus-and-green-tea-m-edt-100ml 2/3/5
37155 notebook-patchouly-and-cedar-wood-m-edt-100ml 2/3/5
37156 notebook-rose-musk-and-vanilla-w-edt-100ml 2/3/4
37157 notebook-white-wood-and-vetiver-m-edt-100ml 2/3/5
37158 nuroma-explore-limited-editio-pour-homme-edt-100ml 2/3/5
37160 odeur-lueur-edp-100ml 2/3/39
37161 odeur-paris-op-01-edp-100-ml 2/3/39
37162 odeur-paris-op-02-edp-100-ml 2/3/39
37163 olivier-strelli-m-edt-100-ml 2/3/4