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 (
    226562, 226567, 226607, 239881, 226600, 
    239886, 226604, 239888, 226566, 226576, 
    226561, 226559, 226558, 226565, 226557, 
    226590, 226575
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00168

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.67"
    },
    "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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "16.97",
        "eval_cost": "1.70",
        "prefix_cost": "18.67",
        "data_read_per_join": "28K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (226562,226567,226607,239881,226600,239886,226604,239888,226566,226576,226561,226559,226558,226565,226557,226590,226575)) 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
226557 4th-of-july-gnome-independence-day-gift-independence-day-decor-4th-of-july-decor-crochet-gnome-decor 4/45
226558 valentine-gnome-valentines-day-gift-valentines-day-decor-crochet-gnome-decor-winter-gnome-winter-decor 4/45
226559 valentines-day-gnome-valentins-day-decor-valentines-day-gift-crochet-gnome-decor-winter-gnome-winter-decor 4/45
226561 cupid-gnome-valentines-day-gift-valentines-day-decor-crochet-gnome-decor-winter-gnome-winter-decor 2566
226562 snowflake-gnome-crochet-gnome-decor-winter-gnome-winter-decor 2566
226565 4th-of-july-gnome-independence-day-gift-independence-day-decor-4th-of-july-decor-crochet-gnome-decor-en 2566
226566 graduation-gnome-graduation-gift-crochet-gnome-decor-spring-gnome-graduation-decor 2566
226567 snowman-gnome-crochet-gnome-decor-winter-gnome-winter-decor 2566
226575 chunky-crochet-hat-womens-crochet-hat-crochet-beanie-crochet-hat-with-pom-pom-childs-beanie-christmas-gift-for-her-stocking-stuffer 2566
226576 candy-corn-cat-toy-catnip-candy-corn-amigurumi-candy-corn-crochet-cat-toy-unique-cat-toy-toys-for-cats-stuffed-pet-toy 2566
226590 crochet-fingerless-gloves-red-and-white-gloves-wrist-warmer-arm-warmer-fingerless-mittens-gift-for-her-christmas-gift-winter-gloves 2566
226600 felted-cat-toy-yarn-cat-toy-catnip-toy-catnip-ball-small-cat-toy-unique-cat-toy-kitten-toy-toys-for-kittens-gifts-for-pet-lovers 2566
226604 crochet-gnome-decor-clown-gnome-horror-gnomes-scary-gnome-halloween-gnome-halloween-gift 2566
226607 catnip-french-macaroon-catnip-toy-unique-cat-toy-crochet-cat-toy-stuffed-pet-toy-amigurumi-cat-toy-toys-for-cats-kitten-toy 2566
239881 candy-corn-gnome 4/45
239886 halloween-monster-gnome 4/45
239888 witch-gnome 4/45