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 (7850, 7853, 7852, 7851, 7849) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.55"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (7850,7853,7852,7851,7849)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.05",
        "eval_cost": "0.50",
        "prefix_cost": "3.55",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
7849 <p><strong>Les Nereides Rue Paradis EDP</strong> is a gentle and luminous fragrance that evokes a warm early summer morning in southern France. It opens with the crisp spice of star anise, introducing a subtle touch of green intrigue. The heart blossoms with the soft, sun-drenched scent of mimosa, whose delicate yellow blooms and honeyed nuance capture the shimmering light of a charming garden in bloom. At the base, creamy sandalwood unfolds against a powdery whisper, lending warmth, depth and a tender woody-velvet finish. The overall effect is intimate yet elegant, floral-woody, lightly sweet and powdery — a refined tribute to the boutique at 12 Rue Paradis in Nice and the timeless femininity of the Les Néréides maison.</p>
7850 <p><strong>Les Nereides Patchouli Antique EDP</strong> is a rich and evocative woody-oriental fragrance that opens with mystical incense, casting an immediate aura of intrigue and depth. Its heart reveals bold patchouli blended with Texas cedar, combining fullness and elegance in a warm woody embrace. Finally, the base settles into a sensual trail of amber, benzoin resin, oakmoss and vanilla, giving the scent a velvety, slightly balsamic dry-down that lingers with sophistication. </p>
7851 <p><strong>Les Nereides Pas De Velours EDP</strong> is a rich and warm fragrance that evokes the tenderness of an intimate moment, like a soft kiss on a lover’s cheek. It opens with the exotic floral allure of ylang-ylang, setting a sensual and elegant tone. The heart reveals the depth of incense and myrrh, adding a touch of mystery and refined smokiness. As it settles, the base unfolds with creamy, comforting vanilla that wraps the skin in warmth and softness, leaving behind a gentle and captivating trail of delicate sensuality.</p>
7852 <p><strong>Les Nereides Etoile D'Oranger EDP</strong> is a luminous, unisex fragrance that evokes the Mediterranean breeze through an orchard of blooming orange trees. It opens with sparkling bergamot and warm neroli, transitions into a heart of tender orange blossom, and settles into a soft, inviting base of honey and synthetic musk.</p>
7853 <p><strong>Les Nereides Baie De Cassis EDP</strong> is an aromatic-fruity floral fragrance with a subtle green and woody undertone. It opens with a fresh and tart note of blackcurrant bud (cassis), introducing a crisp fruity-green brightness. In the heart, delicate rose petals bloom with a soft floral elegance, adding depth and femininity. The base settles into vetiver, lending an earthy, slightly woody foundation that grounds the sweetness and gives the scent a calm, refined finish. The overall character is light yet expressive, blending fruity freshness with soft florals and subtle woodiness—ideal for daytime wear in spring or summer when you want something graceful and quietly radiant.</p>