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 (
    7975, 7974, 7462, 7463, 6620, 7584, 7457, 
    7439, 7438, 7437, 6943, 7568, 7569, 
    6067, 6068, 7972, 7977, 7976, 7973, 
    2886, 2966, 6386, 6773, 6810
  ) 
  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.00137

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_seo_names`.`object_id` in (7975,7974,7462,7463,6620,7584,7457,7439,7438,7437,6943,7568,7569,6067,6068,7972,7977,7976,7973,2886,2966,6386,6773,6810)) 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": "14.41",
        "eval_cost": "2.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "company_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
2886 one-piece-card-game-playmat-and-card-case-set-25th-edition-de 226
2966 one-piece-card-game-storage-box-standard-black 226
6067 one-piece-card-game-official-sleeve-bandai-tcg-stores-lim.-edition-vol.1-kaido-70-sleeves 226
6068 one-piece-card-game-official-sleeve-bandai-tcg-stores-lim.-edition-vol.1-nami-and-vivi-70-sleeves 226
6386 one-piece-card-game-official-dice-and-dice-case 226
6620 one-piece-card-game-official-playmat-limited-edition-vol.2 226
6773 one-piece-card-game-official-playmat-bandai-card-games-fest-24-25-edition-de 226
6810 one-piece-card-game-official-playmat-limited-edition-vol.3 226
6943 one-piece-card-game-official-sleeve-12-assorted-4-kinds-sleeves-4-pieces 226
7437 one-piece-card-game-official-sleeve-11-assorted-4-zoro 226
7438 one-piece-card-game-official-sleeve-11-assorted-ice-storm 226
7439 one-piece-card-game-official-sleeve-11-assorted-donquixote-rosinante 226
7457 one-piece-card-game-official-sleeve-11-assorted-boa-hancock 226
7462 one-piece-card-game-official-card-sleeve-tcg-store-edition-vol-4-doflamingo 226
7463 one-piece-card-game-official-card-sleeve-tcg-store-edition-vol-4-doflamingo-clone 226
7568 one-piece-card-game-official-sleeve-bandai-tcg-stores-edition-vol-6-law-70-pieces 29
7569 one-piece-card-game-official-sleeve-bandai-tcg-stores-edition-vol-6-lilith-70-pieces 29
7584 one-piece-card-game-official-playmat-limited-edition-vol-4 226
7972 one-piece-card-game-official-sleeves-12-gol-d-roger-70-sleeves 226
7973 one-piece-card-game-official-sleeves-12-sabo-70-sleeves 226
7974 one-piece-official-sleeves-bandai-tcg-stores-edition-vol-5-portgas-d-ace-70-sleeves 226
7975 one-piece-official-sleeves-bandai-tcg-stores-edition-vol-5-jewelry-bonney-70-sleeves 226
7976 one-piece-card-game-official-sleeves-12-monkey-d-luffy-70-sleeves 226
7977 one-piece-card-game-official-sleeves-12-gol-d-roger-70-sleeves-clone 226