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 (7192, 7193, 7194, 7190) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00068

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.84"
    },
    "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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (7192,7193,7194,7190)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "2.44",
        "eval_cost": "0.40",
        "prefix_cost": "2.84",
        "data_read_per_join": "18K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
7190 <p><strong>KAYALI Fleur Majesty Rose Royale 31</strong> is a luxurious and feminine warm-floral fragrance that opens with fresh, juicy notes of mandarin, pear, and peach. At its heart, a graceful blend of rose, magnolia, and white peony creates a soft romantic aura, while the base of vanilla, musk, praline, and vetiver adds depth and sensual warmth. Elegant and modern, it embodies confidence, sophistication, and timeless femininity.</p>
7192 <p><strong>KAYALI Yum Boujee Marshmallow 81</strong> is a luxurious gourmand fragrance that whisks you into a dreamy realm of sweet indulgence. It opens with crisp notes of Pink Lady apple, Italian lemon, freesia and nectarine blossom, then melts into a heart of airy pink marshmallow, juicy strawberry and coconut flakes. The dry-down is rich and comforting with whipped vanilla, raspberry sugar, pink musk and Ambrox layered over the brand’s signature accord. </p>
7193 <p><strong>KAYALI Eden Juicy Apple 01</strong> is a bright and playful fruity-floral fragrance that opens with juicy red apple, blackcurrant, pink grapefruit and lychee, flows into a vibrant heart of wild berries, raspberry blossom, jasmine and rose centifolia, and finishes on a warm, comforting base of vanilla flower, amber crystals, sugared moss and sensual musk. </p>
7194 <p><strong>KAYALI VANILLA 28</strong> is a luxurious gourmand fragrance that combines the warmth of Madagascan vanilla and creamy jasmine at the opening, leading into a rich heart of Brazilian tonka bean and brown sugar. It settles into an elegant base of amber woods, musk, and patchouli, creating a sensual, cozy, and timelessly feminine scent.</p>