SELECT 
  cscart_product_descriptions.product_id, 
  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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (2244, 2243, 8245, 8472, 8241) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.55"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (2244,2243,8245,8472,8241)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.05",
        "eval_cost": "0.50",
        "prefix_cost": "3.55",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
2243
2244 <p>The Hama Colour 20 Power Pack is a high-capacity 20000mAh portable charger designed to keep your devices powered wherever you go. Featuring two outputs, USB-C and USB-A, it allows simultaneous charging of multiple devices such as smartphones, tablets, and other USB-enabled electronics. Its compact design and vibrant green color make it both functional and stylish, ideal for travel, work, or everyday use.</p>
8241 <p>The Hama Skross Power Bank Reload 10 offers a compact and reliable charging solution with a powerful 10,000mAh capacity. Ideal for smartphones, tablets, and other USB-powered devices, it provides fast and efficient charging on the go. With dual USB output ports, it allows you to charge two devices simultaneously. The sleek white design makes it both stylish and practical for everyday use or travel.</p>
8245 <p>Hama "PD 20" Power Pack 20000 mAh ensures you always have enough power for your mobile devices. This external rechargeable battery features fast-charging capability for smartphones, tablets, and other devices, allowing you to recharge your gadgets quickly and efficiently. The practical LED display clearly shows the remaining charging capacity, so you never run out of power unexpectedly. With multiple outputs including 2x USB-C and 1x USB-A, it is ideal for charging multiple devices simultaneously. Its sleek anthracite design combines style and functionality for everyday use and travel convenience.</p>
8472 <p>The Hama 187259 Fabric Power Pack is a portable and reliable external battery designed to charge smartphones, tablets, and other USB-powered devices. Featuring a durable fabric exterior and efficient power management, it ensures fast and stable charging on the go. Compact and lightweight, this power bank is ideal for travel, daily commutes, or emergency backup, providing convenient power wherever you need it.</p>