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 (7557, 7558, 7559) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00050

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 (7557,7558,7559)) 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
7557 <p><strong>Sarah Jessica Parker NYC EDP</strong><strong></strong> is a vibrant and playful floral-fruity fragrance for women, inspired by her iconic character from the series Sex and the City. It opens with a lively burst of wild strawberry, Italian mandarin and white osmanthus, leading into a heart of gardenia, honeysuckle, mimosa and Damask rose, and settles into a warm base of rum, vanilla absolute, creamy musk and sandalwood—capturing a spirit of city-chic freedom, fun and feminine elegance. </p>
7558 <p><strong>Sarah Jessica Parker NYC Crush EDP</strong> unfolds as a creamy, sun-kissed gourmand affair crafted for women, where the central sensation is a velvety coconut-vanilla accord enriched by soft white florals. The opening evokes the carefree sweetness of summer with hints of coconut water and white blossoms, leading into a heart subtly touched by delicate floral whispers, before settling into a comforting dry-down of vanilla, tolu balsam and soft powdery woods. The result is an effortlessly chic fragrance that conjures the ease of a sweet first crush and the warmth of a cherished memory.</p>
7559 <p><strong>Sarah Jessica Parker Lovely You EDP</strong> is a refined and elegant fragrance crafted for women, launching in 2020. It opens with luminous top notes of water lily, freesia and plum blossom, followed by a graceful floral heart of orange blossom, pink peony and jasmine. The base settles into a soft, musky trail enriched with vanilla orchid and benzoin, creating a delicate yet lasting impression of airy elegance.</p>