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 (11053, 11043, 11052) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.13"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (11053,11043,11052)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.83",
        "eval_cost": "0.30",
        "prefix_cost": "2.13",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
11043 <p><strong>Elekta Steam Iron ESI 3000</strong> is a high-performance steam iron designed to make ironing fast, efficient, and hassle-free. Featuring powerful steam output and adjustable temperature control, it easily smooths out wrinkles on a variety of fabrics—from delicate silks to sturdy cottons. The soleplate glides effortlessly over clothes for professional-looking results, while steam burst and vertical steam functions help tackle stubborn creases and refresh hanging garments or curtains. With its ergonomic handle and easy-to-use controls, this iron combines comfort and precision to help you achieve crisp, wrinkle-free clothes with minimal effort.</p>
11052 <p><strong>Elekta Garment Steamer with Iron Board</strong> is an all-in-one fabric care solution that combines the power of a high-performance garment steamer with the convenience of an integrated ironing board. Designed to effortlessly remove wrinkles and refresh a wide range of fabrics, it delivers continuous, adjustable steam to relax fibers and smooth out creases on everything from delicate silks to heavier garments. The included ironing board with adjustable angles enhances comfort and control, allowing upright steaming and traditional pressing in one versatile setup. With user-friendly controls, sturdy construction, and practical accessories like brush and glove attachments, this system makes daily wardrobe care fast, efficient, and comfortable—ideal for home use, travel preparation, or quick touch-ups before special occasions.</p>
11053 <p><strong>Elekta Garment Steamer</strong> is a powerful and convenient fabric care appliance designed to remove wrinkles and refresh clothes quickly without the need for traditional ironing. It delivers continuous steam that gently relaxes fabric fibers to smooth out creases on a wide range of garments—from delicate fabrics to heavier materials—while also helping eliminate odors and reduce static. Featuring a user-friendly design with adjustable steam settings and an ergonomic handle, it enables comfortable upright steaming for hanging clothes, curtains, and upholstery. Compact and easy to maintain, this garment steamer is ideal for daily wardrobe care, travel preparation, or quick touch-ups before special occasions, giving you crisp, fresh-looking fabrics with minimal effort.</p>