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 (
    296845, 296895, 296864, 296917, 296851, 
    296862, 296872, 296882, 296900, 296875, 
    296847, 296876
  ) 
  AND seo_names.type = "p" 
  AND seo_names.dispatch = "" 
  AND seo_names.lang_code = 'en'

Query time 0.00811

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.57"
    },
    "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.37",
        "eval_cost": "1.20",
        "prefix_cost": "12.57",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`goimagine`.`seo_names`.`object_id` in (296845,296895,296864,296917,296851,296862,296872,296882,296900,296875,296847,296876)) 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
296845 daemon-monsters-the-shadow-over-ravenor-enemy-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296847 dungeon-master-vinyl-keychain-dungeons-and-dragons-dm-funny-gift 2566
296851 human-male-cleric-barolomeu-aulos-call-of-the-necromancer-heroes-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296862 azael-vatra-mage-wizard-sorcerer-tabletop-miniature-blemish-of-the-twilight-forest-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296864 guardians-of-the-tall-grass-plant-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296872 dice-tower-orc-tabletop-miniature-ttrpg-d-and-d-dungeons-and-dragons-5e-pathfinder-3d-printed 2566
296875 the-abandoned-king-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296876 the-twlight-rose-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296882 the-old-wisdom-tabletop-miniature-blemish-of-the-twilight-forest-npc-d-and-d-dungeons-and-dragons-5e-pathfinder 2566
296895 rowboat-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566
296900 bed-mimic-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-pathfinder 2566
296917 dwarven-heroes-fighters-tabletop-miniature-trap-monsters-d-and-d-dungeons-and-dragons-5e-pathfinder 2566