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 (
    7325, 7323, 7321, 7322, 7324, 7320, 9100, 
    9101
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.67"
    },
    "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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (7325,7323,7321,7322,7324,7320,9100,9101)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.87",
        "eval_cost": "0.80",
        "prefix_cost": "5.67",
        "data_read_per_join": "36K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
7320 <p><strong>VALENTINO VOCE VIVA EDP INTENSE</strong> is a bold and modern floral-woody fragrance created for the confident woman. It opens with a sparkling blend of Italian bergamot and juicy mandarin, followed by a vibrant heart of orange blossom absolute and jasmine sambac. The scent then settles into a rich base of crystal moss and Bourbon vanilla, delivering a warm, sensual trail that balances strength and elegance.</p>
7321 <p><strong>VALENTINO UOMO INTENSE EDP</strong> is a richly layered, masculine fragrance crafted to evoke sophistication and seductive charm. It opens with vibrant notes of mandarin orange and clary sage, followed by a refined heart of iris absolute and tonka bean that lend an elegant yet comforting character. Beneath lies a deep, leathery base intertwined with sweet vanilla and subtle patchouli, creating a warm, sensual trail that balances power and refinement.</p>
7322 <p><strong>Valentino Donna Noir Absolu EDP</strong> is a sensual and daring fragrance for women that blends rich fruit-gourmand and leathery oriental accords. It opens with a spicy burst of black pepper, giving a bold and arresting start. The heart combines luscious plum liqueur with a luscious rose note, adding a decadent and seductive floral-fruity character. The base unfolds into smooth leather and sandalwood, lending a warm, deep and sophisticated trail that feels both empowering and memorable.</p>
7323 <p><strong>Valentino Donna Born In Roma Yellow Dream</strong> is a vibrant floral-amber fragrance created for women, inspired by the golden light of Rome. It opens with sparkling notes of Italian primofiore lemon and Calabrian bergamot for a luminous start. The heart unfolds into a delicate bouquet of Turkish rose and peony, offering refined femininity. The base blends white musk, creamy Madagascan vanilla absolute and Virginia cedarwood, leaving a soft powdery-musky trail that feels both fresh and sophisticated. </p>
7324 <p><strong>Valentino Donna Born in Roma Green Stravaganza EDP</strong> is a bold and modern floral-amber-woody fragrance created for women. It opens with a distinctive smoky note of Lapsang Souchong tea, transitioning into a luminous heart of jasmine absolute, and settles into a warm and indulgent base of sustainably sourced vanilla extract.</p>
7325 <p><strong>Valentino Valentina EDP</strong> is a feminine and complex fragrance that masterfully balances delicacy with strength. It opens with bright accents of bergamot and Alba white truffle, immediately hinting at an unexpected elegance. The heart unfolds into a romantic bouquet of wild strawberries, jasmine, tuberose and orange blossom, giving the scent a sweet-floral vibrancy. At its base lies a warm, rich fusion of vanilla, amber and Virginia cedarwood, which grounds the fragrance with sensual depth and sophistication.</p>
9100 <p>Valentino Uomo Eau de Toilette is a refined and elegant fragrance designed for the modern man who appreciates sophistication and style. The scent opens with bright and fresh top notes of bergamot and lemon, delivering an invigorating and uplifting introduction. The heart reveals a subtle blend of iris and vetiver, adding a smooth, aromatic complexity and depth. The base settles into warm and spicy accords of cardamom and black pepper, leaving a long-lasting and memorable trail. Perfect for daily wear, professional settings, or special occasions, Valentino Uomo balances freshness, elegance, and masculine charm, creating a fragrance that is both sophisticated and effortlessly stylish.</p>
9101 <p>Valentino Uomo Born in Roma The Gold Eau de Toilette is a luxurious and radiant fragrance crafted for men who seek elegance, sophistication, and a touch of boldness. Inspired by the golden warmth of Rome in summer, the scent opens with solar and spicy top notes, creating a bright and energetic introduction. The heart features a warm blend of spices combined with an ambery vanilla accord, adding richness, depth, and a captivating allure. The base reveals the warm elegance of Virginia cedar essence, delivering longevity, refinement, and a sophisticated masculine trail. Perfect for evening wear, special occasions, or moments when a bold and luminous statement is desired, Born in Roma The Gold embodies modern elegance and radiant masculinity.</p>