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 (3506, 9625, 10095, 9642) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00059

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 (3506,9625,10095,9642)) 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
3506 <p>The Epson HA86B (marketed as CO‑W01 in some regions) is a portable 3LCD multimedia projector with WXGA resolution (1280 × 800) and 3,000 lumens of white and color brightness. Its compact form factor (approx. 2.4 kg) features HDMI and USB inputs, built-in Wi‑Fi, integrated speaker, and keystone correction—ideal for business presentations, home offices, and on-the-go projection.</p>
9625 <p>The S24 Ultra Projector offers a powerful and immersive viewing experience with clear, bright visuals in a sleek black design. Ideal for home entertainment, office presentations, and multimedia use, it delivers smooth performance and reliable image quality. Its modern build and easy setup make it a practical choice for movies, gaming, and professional use.</p>
9642 <p>The Yaber Projector Y21 Native delivers clear and vibrant visuals with native resolution for an enhanced viewing experience. Designed for home entertainment, presentations, and multimedia use, it offers stable performance, easy setup, and reliable image quality. Its modern design and strong brightness make it ideal for movies, gaming, and everyday use.</p>
10095 <p>The Xiaomi Smart Projector L1 Pro EU delivers an advanced home entertainment experience with smart features and high-quality projection performance. Designed for versatility, it offers clear visuals, balanced brightness, and immersive sound suitable for movies, presentations, and gaming. The projector supports smart connectivity, allowing easy access to streaming platforms and wireless screen sharing. Its compact and modern design makes it ideal for home use, offices, or portable setups, while the EU version ensures compatibility with regional standards and power requirements</p>