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 (
    346, 347, 348, 349, 350, 351, 352, 354, 
    355, 356, 357, 358, 359, 360, 361, 362
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00100

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 (346,347,348,349,350,351,352,354,355,356,357,358,359,360,361,362)) 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
346 carolina-herrera-212-vip-for-women-edp-30ml 2/3/4
347 carolina-herrera-212-vip-party-fever-for-men-edt-100ml 2/3/5
348 carolina-herrera-212-vip-party-fever-for-women-edt-80ml 2/3/4
349 carolina-herrera-212-vip-pills-for-men-edt-20ml 2/3/5
350 carolina-herrera-ch-for-men-edt-100ml 2/3/5
351 carolina-herrera-ch-for-women-edt-100ml 2/3/4
352 carolina-herrera-ch-edt-10ml 2/3/4
354 carolina-herrera-ch-good-girl-legere-edp-30ml 2/3/4
355 carolina-herrera-ch-good-girl-legere-edp-50ml 2/3/4
356 carolina-herrera-ch-good-girl-legere-edp-80ml 2/3/4
357 carolina-herrera-ch-leau-edt-100ml 2/3/4
358 carolina-herrera-ch-prive-for-men-edt-100ml 2/3/5
359 carolina-herrera-ch-sport-for-men-edt-100ml 2/3/5
360 carolina-herrera-ch-sport-for-men-edt-50ml 2/3/5
361 carolina-herrera-chic-for-men-edt-60ml 2/3/5
362 carolina-herrera-prive-for-men-edt-150ml 2/3/5