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 (
    225, 226, 227, 228, 174, 175, 176, 177, 
    178, 179, 180, 181, 182, 183, 184, 185
  ) 
  AND q_seo_names.type = "p" 
  AND q_seo_names.dispatch = "" 
  AND q_seo_names.lang_code = 'en'

Query time 0.00085

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 (225,226,227,228,174,175,176,177,178,179,180,181,182,183,184,185)) 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
174 kenzo-amour-edp-for-women-100ml 2/3/4
175 kenzo-aqua-pour-femme-edt-100ml 2/3/4
176 kenzo-flower-by-kenzo-eau-de-lumiere-edt-for-women-100ml 2/3/4
177 kenzo-flower-by-kenzo-eau-de-lumiere-edt-50ml 2/3/4
178 kenzo-flower-tag-for-women-edp-30ml 2/3/4
179 kenzo-homme-edp-100ml 2/3/5
180 kenzo-homme-edt-30ml 2/3/5
181 kenzo-homme-sport-edt-30ml 2/3/5
182 kenzo-jeu-damour-for-women-edt-100ml 2/3/4
183 kenzo-jeu-damour-edp-75ml 2/3/4
184 kenzo-jeu-damour-lelixir-edp-50ml 2/3/4
185 kenzo-jungle-for-women-edp-100ml 2/3/4
225 mont-blanc-explorer-edp-miniture-4.5ml 2/3/5
226 mont-blanc-legend-for-men-edt-miniture-4.5ml 2/3/5
227 mont-blanc-legend-night-for-men-edp-miniture-4.5ml 2/3/5
228 mont-blanc-legend-spirit-for-men-edt-miniture-4.5ml 2/3/5