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 (9765, 9764, 8968) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00049

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 (9765,9764,8968)) 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
8968 <p><strong>Armani Emporio Because It’s You Eau de Parfum</strong> is a joyful, feminine fragrance that opens with a lively burst of juicy raspberry and fresh neroli, creating a bright, sparkling introduction that feels both playful and inviting. Its heart reveals a tender, romantic rose that adds soft floral depth, while the base melts into creamy vanilla, gentle musk and a whisper of warm amberwood, leaving a sweet, intimate trail that feels warm, modern and effortlessly charming — perfect for someone who loves a youthful, sweet, and softly seductive signature scent.</p>
9764 <p>Emporio Armani Stronger With You Only Eau de Toilette is a modern and expressive fragrance created for men who value confidence, authenticity, and emotional connection. This Eau de Toilette reflects a contemporary masculine character, offering a fresh yet refined scent experience that feels personal and engaging. Designed to suit everyday wear as well as casual occasions, the fragrance delivers a balanced presence that enhances personal style without being overpowering. Stronger With You Only embodies a sense of individuality and warmth, making it an ideal choice for men who appreciate a clean, confident fragrance that fits seamlessly into a modern lifestyle.</p>
9765 <p>Emporio Armani Stronger With You Oud Eau de Parfum is a bold and sophisticated fragrance designed for men who appreciate depth, intensity, and modern elegance. This Eau de Parfum combines a contemporary masculine identity with a rich and confident presence, making it suitable for evening wear and special occasions. The fragrance offers a refined and expressive character that enhances personal style while maintaining a balanced and polished aura. Stronger With You Oud reflects a luxurious lifestyle, delivering a scent experience that feels powerful, distinctive, and timeless without being overwhelming.</p>