SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    7616, 7613, 7615, 7614, 7618, 7115, 7116, 
    7221, 3044, 7222, 1243, 7224
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'de' 
  AND (
    1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.31"
    },
    "table": {
      "table_name": "cscart_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": 14,
      "rows_produced_per_join": 14,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (7616,7613,7615,7614,7618,7115,7116,7221,3044,7222,1243,7224)) and (`dbggbern`.`cscart_seo_names`.`type` = 'p') and (`dbggbern`.`cscart_seo_names`.`dispatch` = '') and (`dbggbern`.`cscart_seo_names`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "7.91",
        "eval_cost": "1.40",
        "prefix_cost": "9.31",
        "data_read_per_join": "23K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
1243 pokemon-tcg-seaside-playmat 7
3044 pokemon-tcg-pokemon-enchanted-glade-playmat 7
7115 pokemon-tcg-pikachu-deck-protector-65-sleeves 36
7116 pokemon-tcg-pikachu-full-view-deck-box 36
7221 pokemon-tcg-pikachu-full-view-deck-box-black 36
7222 pokemon-tcg-scorching-summit-charizard-deck-box 36
7224 pokemon-tcg-shimmering-skyline-full-view-deckbox 36
7613 pokemon-tcg-iono-and-bellibolt-deck-protector-65-sleeves 36
7614 pokemon-tcg-iono-and-bellibolt-pro-binder-9-pocket 7
7615 pokemon-tcg-iono-and-bellibolt-play-mat 36
7616 pokemon-tcg-iono-and-bellibolt-pro-binder-9-pocket-clone 7
7618 pokemon-tcg-me01-9-pocket-portfolio 7