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 (6602, 6603, 6601, 6600) 
  AND cscart_product_descriptions.lang_code = 'de'

Query time 0.00024

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.81"
    },
    "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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`dbggbern`.`cscart_product_descriptions`.`product_id` in (6602,6603,6601,6600)) and (`dbggbern`.`cscart_product_descriptions`.`lang_code` = 'de'))",
      "cost_info": {
        "read_cost": "2.41",
        "eval_cost": "0.40",
        "prefix_cost": "2.81",
        "data_read_per_join": "15K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "product",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id product short_description full_description
6600 YGO - Duelist's Advance Booster Display (24 Packs) - EN <p>The latest blockbuster hundred-card core booster set, Duelist’s Advance, is coming your way to heat up the summer months! Duelist’s Advance is jam-packed with exciting new cards that true Duelists everywhere won’t want to miss!<br>We’ll be releasing more information about this amazing set soon, so be sure to check the official Yu-Gi-Oh! TCG website and official social media channels for all the latest info!<br>*Set name and contents are subject to change</p>
6601 YGO - Duelist's Advance Booster Display (24 Packs) - DE <p>The latest blockbuster hundred-card core booster set, Duelist’s Advance, is coming your way to heat up the summer months! Duelist’s Advance is jam-packed with exciting new cards that true Duelists everywhere won’t want to miss!<br>We’ll be releasing more information about this amazing set soon, so be sure to check the official Yu-Gi-Oh! TCG website and official social media channels for all the latest info!<br>*Set name and contents are subject to change</p>
6602 YGO - Duelist's Advance Booster - DE <p>The latest blockbuster hundred-card core booster set, Duelist’s Advance, is coming your way to heat up the summer months! Duelist’s Advance is jam-packed with exciting new cards that true Duelists everywhere won’t want to miss!<br>We’ll be releasing more information about this amazing set soon, so be sure to check the official Yu-Gi-Oh! TCG website and official social media channels for all the latest info!<br>*Set name and contents are subject to change</p>
6603 YGO - Duelist's Advance Booster - EN <p>The latest blockbuster hundred-card core booster set, Duelist’s Advance, is coming your way to heat up the summer months! Duelist’s Advance is jam-packed with exciting new cards that true Duelists everywhere won’t want to miss!<br>We’ll be releasing more information about this amazing set soon, so be sure to check the official Yu-Gi-Oh! TCG website and official social media channels for all the latest info!<br>*Set name and contents are subject to change</p>