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 (
    1561, 1580, 3366, 3367, 6611, 6615, 6612, 
    6613, 6614, 6616, 7118, 7117
  ) 
  AND cscart_product_descriptions.lang_code = 'de'

Query time 0.00041

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 (1561,1580,3366,3367,6611,6615,6612,6613,6614,6616,7118,7117)) 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
1561 Oakie Doakie Dice W6 Würfel 16 mm Glow in the Dark - Lava <p>Enthält 12 Würfel</p>
1580 Oakie Doakie Dice W6 Würfel 16 mm Translucent - Gelb <p>Enthält 12 Würfel</p>
3366 Oakie Doakie Dice Würfel RPG-Set Metal Glow in the Dark - Druid's Blaze (7) <p>Die Metallwürfel gibt es in verschiedenen Looks wie Gold, Silber oder Bronze. Das besondere Material schlägt sich aber auch im Gewicht nieder, wodurch sie besonders gut in der Hand liegen. Also egal ob du sowieso schon immer Metaller warst, oder dein Geld gerne in teure Edelmetalle investierst – dies ist dein Würfel!<br><br>Die Role-playing Game Sets bestehen aus 7 Würfeln: W6, W4, 2x W10 (1er und 10er Schritte), W8, W20 und W12. Sie werden in einer super praktischen und stabilen Box mit einem ausziehbaren Fach geliefert, sodass du sie immer einfach und schnell einpacken und mitnehmen kannst.<br><br>Ultimate Guard® kompatibel:<br>Das Fach aus der Transportbox der Würfel passt perfekt ins Ultimate Guard® Twin Flip'n'Tray 160.</p>
3367 Oakie Doakie Dice Würfel RPG-Set Metal Glow in the Dark - Golden Princess (7) <p>Die Metallwürfel gibt es in verschiedenen Looks wie Gold, Silber oder Bronze. Das besondere Material schlägt sich aber auch im Gewicht nieder, wodurch sie besonders gut in der Hand liegen. Also egal ob du sowieso schon immer Metaller warst, oder dein Geld gerne in teure Edelmetalle investierst – dies ist dein Würfel!<br><br>Die Role-playing Game Sets bestehen aus 7 Würfeln: W6, W4, 2x W10 (1er und 10er Schritte), W8, W20 und W12. Sie werden in einer super praktischen und stabilen Box mit einem ausziehbaren Fach geliefert, sodass du sie immer einfach und schnell einpacken und mitnehmen kannst.<br><br>Ultimate Guard® kompatibel:<br>Das Fach aus der Transportbox der Würfel passt perfekt ins Ultimate Guard® Twin Flip'n'Tray 160.</p>
6611 One Piece - Official Sleeves 9 - Kid (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
6612 One Piece - Official Sleeves 9 - Sugar (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
6613 One Piece - Official Sleeves 9 - Ussop (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
6614 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.2 - Chopper (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
6615 One Piece - Official Sleeves 9 - Logport Green (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
6616 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.2 - Sabo (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
7117 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.3 - Nico Robin (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>
7118 One Piece - Official Sleeves Bandai TCG+ Stores Edition Vol.3 - Marshall. D. Teach (70 Sleeves) <p>Japanese products&nbsp;<br>1 pc : 70 sleeves</p>