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 (
    296848, 296853, 296899, 296846, 296833, 
    296858, 296886, 296894, 296835, 296869, 
    296892, 296837
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.84"
    },
    "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.64",
        "eval_cost": "1.20",
        "prefix_cost": "12.84",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (296848,296853,296899,296846,296833,296858,296886,296894,296835,296869,296892,296837)) 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
296833 potion-of-heroism-dice-storage-bottle-tabletop-miniature-ttrpg-d-and-d-dungeons-and-dragons-pathfinder-3d-printed 2566
296835 flight-potion-bottle-dice-storage-tabletop-miniature-ttrpg-d-and-d-dungeons-and-dragons-pathfinder-3d-printed 2566
296837 dungeons-and-dragons-gaming-rpg-d-and-d 2566
296846 chimera-dragon-monster-boss-monster-call-of-the-necromancer-d-and-d-dungeons-and-dragons-pathfinder 2566
296848 crap-d20-vinyl-keychains-dungeons-and-dragons-rpg 2566
296853 tabletop-miniatures-the-shadow-over-ravenor-boss-monster-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296858 revna-the-tribal-viking-tabletop-miniature-worlds-end-an-unexpected-team-up-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296869 muriel-becker-tabletop-miniatures-bartender-npc-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296886 potion-patch-iron-on-patch-sew-on-patch-embroidery-patch 2566
296892 mirror-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566
296894 toilet-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566
296899 trap-door-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566