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 (5673, 5672, 5646, 5675, 5674) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

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 (5673,5672,5646,5675,5674)) 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
5646 <p><strong>SATRO EXCELLENCE CHOC 14</strong> is a premium chocolate drink mix crafted for a rich, indulgent experience with a smooth and creamy texture. It offers a perfectly balanced cocoa flavor—deep and satisfying without being overly sweet—making it ideal for cafés, restaurants, or home use. Versatile and easy to prepare, it can be enjoyed as a comforting hot chocolate or served chilled for a refreshing treat. Packaged for convenience and consistent quality, SATRO EXCELLENCE CHOC 14 is a reliable choice for chocolate lovers seeking a high-quality beverage.</p>
5672 <p><strong>SATRO PREMIUM CHOC 08</strong> is a smooth and flavorful chocolate drink mix created to provide a rich yet balanced cocoa experience. Its lighter sweetness and creamy texture make it perfect for those who prefer a more delicate chocolate profile without sacrificing indulgence. Easy to prepare and versatile, it can be enjoyed as a warming hot chocolate on a cool day or chilled for a refreshing, satisfying treat. Designed for both professional and home use, SATRO PREMIUM CHOC 08 delivers consistent quality and convenience for chocolate lovers seeking a refined beverage option.</p>
5673 <p><strong>SATRO TOPPING CW 05</strong> is a high-quality powdered topping designed to create a rich, creamy foam for a variety of hot beverages. Ideal for cappuccinos, lattes, and specialty drinks, it delivers a smooth texture and stable froth that enhances both the taste and presentation of your drinks. Easy to use and versatile, SATRO TOPPING CW 05 ensures consistent results for cafés, restaurants, or home baristas looking to elevate their coffee creations. Its convenient packaging and reliable performance make it a trusted choice for professional and casual use alike.</p>
5674 <p><strong>SATRO CAPPUCCINO 09</strong> is a premium instant cappuccino mix that delivers a smooth, café-quality experience with ease. It combines rich, aromatic coffee with creamy milk to create a velvety texture and delicate froth, offering a perfectly balanced flavor that feels both indulgent and comforting. Simple to prepare and consistently delicious, it’s an excellent choice for home, office, or professional use, making it easy to enjoy a satisfying cappuccino anytime without complicated equipment.</p>
5675 <p><strong>SATRO LEMON TEA 04</strong> is a refreshing instant tea blend that combines the bright, tangy flavor of lemon with the smooth taste of fine black tea. Its perfectly balanced profile offers a zesty citrus kick complemented by gentle sweetness, creating a revitalizing drink that’s both uplifting and comforting. Easy to prepare and versatile, it can be enjoyed hot for a soothing, aromatic experience or served chilled for a crisp, thirst-quenching refreshment. Designed for consistent quality and convenience, SATRO LEMON TEA 04 is an excellent choice for tea lovers seeking a lively, classic flavor.</p>