SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.product 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    7917, 7977, 7976, 7975, 7974, 7973, 7972, 
    7971, 7970, 7969
  ) 
  AND cscart_product_descriptions.lang_code = 'de'

Query time 0.00023

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.01"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_product_descriptions`.`product_id` in (7917,7977,7976,7975,7974,7973,7972,7971,7970,7969)) and (`dbggbern`.`cscart_product_descriptions`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "6.01",
        "eval_cost": "1.00",
        "prefix_cost": "7.01",
        "data_read_per_join": "38K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "product"
      ]
    }
  }
}

Result

product_id product
7917 Team Rocket's Moltres Ultra Premium Collection EN
7969 Pokémon - Epic Figur Dragoran
7970 Pokémon Plüsch 20 cm - Emolga
7971 Pokémon Plüsch 20 cm - Flampion
7972 One Piece Card Game - Official Sleeves 12 - Gol.D.Roger (70 Sleeves)
7973 One Piece Card Game - Official Sleeves 12 - Sabo (70 Sleeves)
7974 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.5 Portgas.D.Ace (70 Sleeves)
7975 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.5 Jewelry Bonney (70 Sleeves)
7976 One Piece Card Game - Official Sleeves 12 - Monkey.D.Luffy (70 Sleeves)
7977 One Piece Card Game - Official Sleeves 12 - Imu (70 Sleeves)