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 (
    7037, 7040, 6355, 6051, 6045, 4315, 6042, 
    4316, 6043, 6036, 4347, 6369
  ) 
  AND cscart_product_descriptions.lang_code = 'de'

Query time 0.00056

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 (7037,7040,6355,6051,6045,4315,6042,4316,6043,6036,4347,6369)) 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
4315 Gamegenic - Star Wars: Unlimited Prime Game Mat - Death Star <p>1x&nbsp;Star Wars: Unlimited Prime Game Mat - Death Star</p>
4316 Gamegenic - Star Wars: Unlimited Prime Game Mat - TIE Fighter <p>1x&nbsp;Star Wars: Unlimited Prime Game Mat - TIE Fighter</p>
4347 Gamegenic - Star Wars: Unlimited Soft Crate - Black/White
6036 Gamegenic - Star Wars: Unlimited Soft Crate - Ahsoka Tano/General Grievous
6042 Gamegenic - Star Wars: Unlimited Prime Game Mat - Speeder Bike Chase
6043 Gamegenic - Star Wars: Unlimited Prime Game Mat - Yoda
6045 Gamegenic - Star Wars: Unlimited Prime Game Mat - Darth Maul
6051 Gamegenic - Star Wars: Unlimited Prime Game Mat - Battle Droids
6355 Gamegenic - Star Wars: Unlimited Premium Cardport 24-Pocket - Black <p>&nbsp;Gamegenic - Star Wars: Unlimited Premium Cardport 24-Pocket - Black</p>
6369 Gamegenic - Star Wars: Unlimited Soft Crate - Boba Fett/Fett's Firespray <p>&nbsp;Gamegenic - Star Wars: Unlimited Soft Crate - Boba Fett/Fett's Firespray</p>
7037 Gamegenic - Star Wars: Unlimited Premium Art Sleeves - Qui-Gon Jinn <p>&nbsp;Gamegenic - Star Wars: Unlimited Premium Art Sleeves - Qui-Gon Jinn</p>
7040 Gamegenic - Star Wars: Unlimited Premium Art Sleeves - Unlimited Patern <p><b>&nbsp;Gamegenic - Star Wars: Unlimited Premium Art Sleeves - Unlimited Patern</b></p>