SELECT 
  seo_names.object_id AS product_id, 
  seo_names.name AS seo_name, 
  seo_names.path AS seo_path 
FROM 
  seo_names 
WHERE 
  seo_names.object_id IN (
    267320, 267318, 267332, 267315, 267319, 
    267330, 300376, 277405, 269011, 285592
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00642

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "table": {
      "table_name": "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": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "9.82",
        "eval_cost": "1.00",
        "prefix_cost": "10.82",
        "data_read_per_join": "16K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (267320,267318,267332,267315,267319,267330,300376,277405,269011,285592)) and (`goimagine`.`seo_names`.`type` = 'p') and (`goimagine`.`seo_names`.`dispatch` = '') and (`goimagine`.`seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
267315 lavender-wrist-corsage-or-boutonniere 5/27
267318 sparkly-light-pink-and-silver-wrist-corsage-or-boutonniere 5/27
267319 artificial-succulent-boutonniere 5/27
267320 black-and-red-music-notes-corsage 5/27/6718
267330 realistic-artificial-soft-pink-rose-wrist-corsage 5/27
267332 white-and-silver-wrist-corsage 5/27/6718
269011 baby-girl-corsage 5/27/6718
277405 lavender-and-black-wrist-corsage-or-boutonniere 5/27
285592 emerald-green-and-black-wrist-corsage-or-boutonniere 5/27
300376 olive-green-wrist-corsage-or-boutonniere 5/27