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 (
    267322, 276327, 267331, 280993, 267313, 
    282231, 281008, 267321, 267328, 273575, 
    269018, 267305
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00249

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.10"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "11.90",
        "eval_cost": "1.20",
        "prefix_cost": "13.10",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (267322,276327,267331,280993,267313,282231,281008,267321,267328,273575,269018,267305)) 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
267305 ivory-rosebud-wrist-corsage-with-bling 5/27/6718
267313 pink-and-gray-wrist-corsage 5
267321 glitzy-gold-and-red-wrist-corsage 5/27
267322 black-and-red-rosebud-wrist-corsage-en 5/27
267328 colorful-wrist-corsage-or-boutonniere 5/27/6718
267331 red-black-and-gold-wrist-corsage 5/27/6718
269018 cascading-eggplant-and-dusty-lavender-bridal-floral 5
273575 turquoise-silk-rosebud-wrist-corsage-or-boutonniere 5/27/6718
276327 dusty-blue-navy-and-white-wedding-bouquets 5/27
280993 silk-lavender-and-black-wrist-corsage-or-boutonniere-with-bling 5/27
281008 bright-orange-wrist-corsage-or-boutonniere 5/27/6718
282231 sparkly-lime-green-and-black-wrist-corsage-or-boutonniere 5/27/6718