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 (
    36649, 36651, 36660, 36661, 36662, 36666, 
    36669, 36673, 36678, 36679, 36680, 
    36683, 36684, 36685, 36686, 36687
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00088

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 (36649,36651,36660,36661,36662,36666,36669,36673,36678,36679,36680,36683,36684,36685,36686,36687)) 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
36649 givenchy-dahlia-divin-eau-initiale-w-edt-75ml 2/3/4
36651 givenchy-eau-de-moiselle-w-edt-100ml 2/3/4
36660 givenchy-lange-noir-w-edp-75ml 2/3/4
36661 givenchy-linterdit-w-edp-80ml 2/3/4
36662 givenchy-live-irresistible-blossom-crush-w-edt-50ml 2/3/4
36666 givenchy-organza-w-edp-100ml 2/3/4
36669 givenchy-songe-precieux-edt-50ml 2/3/4
36673 givenchy-very-irresistible-sparkling-l.e-w-edt-75-ml 2/3/4
36678 gucci-bamboo-w-edp-50ml 2/3/4
36679 gucci-bamboo-w-edp-75ml 2/3/4
36680 gucci-bloom-w-edp-50ml 2/3/4
36683 gucci-bloom-deluxe-edition-w-edp-100ml 2/3/4
36684 gucci-envy-me-edt-100ml 2/3/4
36685 gucci-flora-w-edp-75ml 2/3/4
36686 gucci-flora-gardenia-w-edt-50ml 2/3/4
36687 gucci-flora-gorgeous-gardenia-w-edt-100ml 2/3/4