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 (
    2913, 2914, 2915, 2916, 2917, 2918, 2919, 
    2920, 2921, 2881, 2882, 2883, 2884, 
    2885, 2886, 2887, 2888, 2889, 2890, 
    2891, 2892, 2858, 2859, 2860, 2861, 
    2862, 2863, 2864, 2865, 2866
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00144

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "72.01"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_seo_names`.`object_id` in (2913,2914,2915,2916,2917,2918,2919,2920,2921,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2858,2859,2860,2861,2862,2863,2864,2865,2866)) 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": "66.01",
        "eval_cost": "6.00",
        "prefix_cost": "72.01",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
2858 prada-dark-light-amber-edp-100ml 2/3/4
2859 prada-day-for-night-olfactories-edp-100ml 2/3/4
2860 prada-moonlight-shadow-fig-edp-100ml 2/3/4
2861 prada-purple-rain-olfactories-edp-100ml 2/3/4
2862 prada-un-chant-damour-olfactories-edp-100ml 2/3/4
2863 prada-amber-for-men-edt-100ml 2/3/5
2864 prada-candy-for-women-edp-30ml 2/3/4
2865 prada-candy-for-women-edp-50ml 2/3/4
2866 prada-candy-for-women-edp-80ml 2/3/4
2881 giorgio-armani-prive-myrrhe-imperiale-edp-100ml 2/3/39
2882 giorgio-armani-prive-rose-darabie-edp-100ml 2/3/39
2883 giorgio-armani-acqua-di-gioia-for-women-edp-30ml 2/3/4
2884 giorgio-armani-si-for-women-edp-100ml 2/3/4
2885 giorgio-armani-si-fiori-for-women-edp-100ml 2/3/4
2886 giorgio-armani-si-intense-for-women-edp-50ml 2/3/4
2887 giorgio-armani-si-intense-l.e.-w-edp-50-ml 2/3/4
2888 giorgio-beverly-hills-aire-for-women-edt-90ml 2/3/4
2889 giorgio-beverly-hills-purple-for-women-edp-90ml 2/3/4
2890 giorgio-black-special-edtion-for-men-edp-100ml 2/3/5
2891 giorgio-colonia-mountain-parfum-88ml 2/3/39
2892 giorgio-pink-special-edition-edp-100ml 2/3/5
2913 amouage-jubilation-xxv-for-me-edp-100ml 2/3/5
2914 amouage-library-collection-opus-v-unisex-edp-100ml 2/3/39
2915 amouage-lyric-for-women-edp-100ml 2/3/4
2916 amouage-myths-for-me-edp-100ml 2/3/5
2917 amouage-myths-for-women-edp-100ml 2/3/4
2918 amouage-reflection-for-women-edp-100ml 2/3/4
2919 amouage-sunshine-for-me-edp-100ml 2/3/5
2920 amouage-sunshine-for-women-edp-100ml 2/3/4
2921 amouage-beach-hut-for-me-edp-100ml 2/3/5