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 (
    379, 380, 381, 382, 383, 384, 385, 386, 
    387, 388, 389, 390, 391, 392, 393, 394
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00093

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 (379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394)) 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
379 dolce-and-gabbana-pour-femme-edp-100ml 2/3/4
380 dolce-and-gabbana-pour-femme-edp-50ml 2/3/4
381 dolce-and-gabbana-pour-homme-edt-125ml 2/3/5
382 dolce-and-gabbana-pour-homme-edt-200ml 2/3/5
383 dolce-and-gabbana-pour-homme-edt-75ml 2/3/5
384 dolce-and-gabbana-the-one-for-men-edp-100ml 2/3/5
385 dolce-and-gabbana-the-one-for-men-edp-150ml 2/3/5
386 dolce-and-gabbana-the-one-for-men-edp-50ml 2/3/5
387 dolce-and-gabbana-the-one-for-men-edt-100ml 2/3/5
388 dolce-and-gabbana-the-one-for-men-edt-150ml 2/3/5
389 dolce-and-gabbana-the-one-for-men-edt-50ml 2/3/5
390 dolce-and-gabbana-the-one-for-women-edp-50ml 2/3/4
391 dolce-and-gabbana-the-one-for-women-edp-75ml 2/3/4
392 dolce-and-gabbana-the-one-for-women-edt-100ml 2/3/4
393 dolce-and-gabbana-the-one-edition-2014-for-women-edp-75ml 2/3/4
394 dolce-and-gabbana-the-one-essence-edp-65ml 2/3/4