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 (
    296850, 296916, 296813, 296856, 296854, 
    296901, 296878, 296871, 296867, 296879, 
    296918, 296870
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.45"
    },
    "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.25",
        "eval_cost": "1.20",
        "prefix_cost": "12.45",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (296850,296916,296813,296856,296854,296901,296878,296871,296867,296879,296918,296870)) 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
296813 halfling-hero-with-dog-mount-tabletop-miniatures-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296850 andanor-trosdain-dwarf-call-of-the-necromancer-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296854 grave-john-tabletop-miniatures-gravedigger-npc-cart-included-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-pathfinder 2566
296856 wilbur-the-warrior-tabletop-miniature-worlds-end-an-unexpected-team-up-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296867 bannerman-tabletop-miniatures-richard-burton-npc-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296870 kolen-lightbringer-tabletop-miniatures-paladin-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296871 hikari-toshida-tabletop-miniatures-samurai-the-shadow-over-ravenor-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296878 portal-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296879 forest-spirit-boss-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296901 well-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566
296916 lord-of-the-deep-boss-fighters-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296918 dwarven-infantry-fighters-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-5e-pathfinder 2566