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 (10156, 9152, 9529) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00071

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 (10156,9152,9529)) 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
9152 <p><strong>Ferrari Man in Red Shower Gel – Men</strong> is a vibrant, cleansing body wash that energizes your shower with the same dynamic scent profile as the Man in Red fragrance, opening with a lively burst of bergamot, red apple, and a touch of cardamom, then flowing into a smooth heart of golden plum, lavender, and orange blossom before settling into a warm, confident base of cedarwood, tonka bean, and labdanum; together, these notes create a fresh-to-warm aromatic trail that leaves your skin clean, lightly scented, and subtly glowing with a spirited, masculine warmth.</p>
9529 <p><strong>Mercedes-Benz For Men Intense All Over Body Spray</strong> wraps you in a clean, masculine scent perfect for daily wear: it opens with a fresh burst of citrus (bergamot, lemon, mandarin), moves into a heart of violet leaf and nutmeg for subtle spiciness, and finishes with warm cedarwood and musk for a smooth, comforting base — giving a balanced mix of freshness, spice, and woody depth that lingers gently on skin.</p>
10156 <p><strong>Xiaomi Electric Shaver S200 Silver EU</strong> is a sleek and practical electric shaver designed to deliver a smooth and precise shaving experience. It features sharp, efficient blades that capture hair effectively while minimizing skin irritation, and operates with a powerful motor that ensures consistent performance even with daily use. With an ergonomic design that feels comfortable in the hand and allows for easy cleaning after use, it is an excellent choice for reliable everyday personal grooming.</p>