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 (
    36754, 36758, 36759, 36760, 36761, 36762, 
    36763, 36764, 36765, 36766, 36767, 
    36768, 36769, 36770, 36771, 36772
  ) 
  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": "41.21"
    },
    "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": 18,
      "rows_produced_per_join": 18,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_seo_names`.`object_id` in (36754,36758,36759,36760,36761,36762,36763,36764,36765,36766,36767,36768,36769,36770,36771,36772)) 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": "37.61",
        "eval_cost": "3.60",
        "prefix_cost": "41.21",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
36754 hermes-le-jardin-de-monsieur-li-edt-100ml 2/3/4
36758 hermes-terre-dhermes-eau-intense-vetiver-edp-100ml 2/3/5
36759 hermes-twilly-dhermes-edp-50ml 2/3/4
36760 horseball-extreme-edt-100-ml 2/3/4
36761 house-of-sillage-good-girl-edp-30ml 2/3/39
36762 hugo-boss-bottled-intense-edp-50ml 2/3/5
36763 hugo-boss-bottled-night-m-edt-100ml 2/3/5
36764 hugo-boss-bottled-oud-edp-50ml 2/3/5
36765 hugo-boss-bottled-unlimited-m-edt-100ml 2/3/5
36766 hugo-boss-deep-red-w-edp-90ml 2/3/4
36767 hugo-boss-element-m-edt-90ml 2/3/5
36768 hugo-boss-energise-m-edt-125ml 2/3/5
36769 hugo-boss-extreme-w-edp-50ml 2/3/4
36770 hugo-boss-femme-edp-75ml 2/3/39
36771 hugo-boss-green-m-edt-200ml 2/3/5
36772 hugo-boss-in-motion-original-m-edt-90ml 2/3/5