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 (7236, 7233, 7341) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00074

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 (7236,7233,7341)) 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
7233 <p>The Dali Lip Butter Balm in Salted Caramel offers a decadent treat for the lips, masterfully blending the rich, comforting aroma of buttery caramel with a subtle hint of savory salt for a truly gourmet experience. This balm goes beyond mere scent, delivering intense hydration through a nourishing, buttery-soft formula that glides on smoothly to melt away dryness and flakiness. It provides a luxurious, non-sticky veil of moisture, leaving lips feeling incredibly supple, pampered, and subtly glossy, all while enveloping the senses in the warm, indulgent essence of a classic dessert.</p>
7236 <p>The Dali Lip Butter Balm – Watermelon Sugar Flavor captures the essence of a perfect summer day, delivering the juicy, sweet, and slightly tart burst of fresh-picked watermelon in a deeply hydrating formula. This flavor is a vibrant and playful sensory experience, evoking the carefree nostalgia of the season with its authentic and uplifting scent. While the delightful aroma enchants, the rich, buttery balm works to intensely moisturize and soften the lips, creating a smooth, comfortable, and subtly glossy finish that keeps dryness at bay while tasting as irresistibly fresh as it smells.</p>
7341 <p>The Dali Lip Butter Balm in Cherry Glaze flavor offers a burst of classic, vibrant sweetness, mimicking the taste of ripe, sun-warmed cherries with a deliciously glossy, dessert-like finish. This variant envelops the senses in its timeless, fruity aroma while the emollient-rich, buttery formula melts seamlessly onto the lips to provide intense nourishment and a lustrous, non-sticky sheen. It effectively soothes and smoothes away dryness, leaving lips feeling incredibly soft, supple, and veiled in a translucent, juicy tint that is as visually appealing as its irresistible flavor.</p>