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 (
    276327, 269018, 267326, 269015, 269010, 
    267319, 269037, 275624, 269039, 267330, 
    269016, 277405, 285592
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00171

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.08"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "12.78",
        "eval_cost": "1.30",
        "prefix_cost": "14.08",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (276327,269018,267326,269015,269010,267319,269037,275624,269039,267330,269016,277405,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
267319 artificial-succulent-boutonniere 5/27
267326 white-silk-rosebud-wrist-corsage 5/27/6718
267330 realistic-artificial-soft-pink-rose-wrist-corsage 5/27
269010 pinecone-wedding-floral 5
269015 frosted-green-succulent-crown 5/27
269016 sunflower-crown 5/27
269018 cascading-eggplant-and-dusty-lavender-bridal-floral 5
269037 golden-yellow-sunflower-burgundy-ivory-wedding-floral 5/27
269039 sunflowers-and-red-flower-crown 5
275624 cascading-eggplant-and-dusty-lavender-bridal-floral-clone-clone 5
276327 dusty-blue-navy-and-white-wedding-bouquets 5/27
277405 lavender-and-black-wrist-corsage-or-boutonniere 5/27
285592 emerald-green-and-black-wrist-corsage-or-boutonniere 5/27