SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.product, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    7975, 7974, 7462, 7463, 6620, 7584, 7457, 
    7439, 7438, 7437, 6943, 7568
  ) 
  AND cscart_product_descriptions.lang_code = 'de'

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "8.41"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_product_descriptions`.`product_id` in (7975,7974,7462,7463,6620,7584,7457,7439,7438,7437,6943,7568)) and (`dbggbern`.`cscart_product_descriptions`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "7.21",
        "eval_cost": "1.20",
        "prefix_cost": "8.41",
        "data_read_per_join": "45K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "product",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id product short_description full_description
6620 One Piece Card Game - Official Playmat -Limited Edition Vol.2 <p>The second playmat using an original illustration is here!<br>Enjoy the ONE PIECE CARD GAME even more with this playmat featuring the new Four Emperors!</p>
6943 One Piece Card Game - Official Sleeve 12 Assorted 4 Kinds Sleeves (4 Pieces) <p>Japanische Produkte&nbsp;<br>1 Stück : 70 Hüllen<br>4 verschiedene Designs<br>Sortiment Produkte</p>
7437 One Piece Card Game - Official Sleeve 11 Assorted - Zoro <p>Japanische Produkte&nbsp;<br>1 Stück : 70 Hüllen<br></p>
7438 One Piece Card Game - Official Sleeve 11 Assorted - Ice Storm <p>Japanische Produkte&nbsp;<br>1 Stück : 70 Hüllen<br></p>
7439 One Piece Card Game - Official Sleeve 11 Assorted - Donquixote Rosinante <p>Japanische Produkte&nbsp;<br>1 Stück : 70 Hüllen<br></p>
7457 One Piece Card Game - Official Sleeve 11 Assorted - Boa Hancock <p>Japanische Produkte&nbsp;<br>1 Stück : 70 Hüllen<br></p>
7462 One Piece Card Game - Official Card Sleeve TCG+ Store Edition vol.4 - Doflamingo <p>1xpc : 70 sleeves<br><br></p>
7463 One Piece Card Game - Official Card Sleeve TCG+ Store Edition vol.4 - Rebecca <p>1xpc : 70 sleeves<br><br></p>
7568 One Piece Card Game - Official Sleeve Bandai TCG+ Stores Edition Vol.6 Law (70 Pieces) <p>1 pc : 70 sleeves</p>
7584 One Piece Card Game - Official Playmat -Limited Edition Vol.4 <p>Beinhaltet 1 Spielmatte und 1 Karte.</p>
7974 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.5 Portgas.D.Ace (70 Sleeves) <p>1 pc : 70 sleeves</p>
7975 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.5 Jewelry Bonney (70 Sleeves) <p>1 pc : 70 sleeves</p>