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 (
    254, 255, 256, 257, 258, 259, 260, 261, 
    262, 229, 230, 231, 232, 233, 234, 235
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00091

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "39.81"
    },
    "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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_seo_names`.`object_id` in (254,255,256,257,258,259,260,261,262,229,230,231,232,233,234,235)) 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": "36.41",
        "eval_cost": "3.40",
        "prefix_cost": "39.81",
        "data_read_per_join": "28K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
229 emporio-armani-diamonds-violet-edp-50ml 2/3/4
230 emporio-armani-stronger-with-you-for-men-edt-50ml 2/3/5
231 giorgio-armani-acqua-di-gioia-for-women-edt-100ml 2/3/4
232 giorgio-armani-because-its-you-for-women-edp-30ml 2/3/4
233 giorgio-armani-because-its-you-for-women-edp-50ml 2/3/4
234 giorgio-armani-code-for-men-edt-75ml-d 2/3/5
235 giorgio-armani-code-colonia-for-men-edt-75ml 2/3/5
254 elie-saab-le-parfum-resort-collection-edt-50ml 2/3/4
255 elie-saab-le-parfum-rose-couture-edt-50ml 2/3/4
256 elie-saab-le-parfum-rose-couture-edt-90ml 2/3/4
257 elie-saab-le-perfume-for-women-edp-50ml 2/3/4
258 elie-saab-le-perfume-for-women-edt-30ml 2/3/4
259 elie-saab-le-perfume-leau-couture-for-women-edt-50ml 2/3/4
260 elie-saab-le-perfume-resort-collection-for-women-edt-50ml 2/3/4
261 elie-saab-le-perfume-resort-collection-2017-for-women-edt-90ml 2/3/4
262 elie-saab-nuit-noor-edp-90ml 2/3/4