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 (2771, 10125, 10197) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00042

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 (2771,10125,10197)) 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
2771 <p><span class="cf0">Xiaomi Humidifier 2 Lite EU is a 4L ultrasonic humidifier with 300ml/h mist output, quiet operation, antibacterial water tank, and auto shut-off for safety. Ideal for home or office use.</span></p> <p><br /></p>
10125 <p><strong>Xiaomi Smart Dehumidifier Lite EU</strong> is a compact and efficient dehumidifier designed to improve indoor air comfort by reducing excess moisture. With a sleek, space-saving form factor, it quietly extracts humidity from the air to help prevent mold, mildew, and damp odors in bedrooms, closets, bathrooms, and other living spaces. Intelligent humidity sensing allows the unit to automatically adjust its operation to maintain your desired level of comfort, while the user-friendly controls and clear indicators make it easy to monitor performance. Energy-efficient operation ensures effective dehumidification without excessive power use, and the removable water tank simplifies draining and maintenance. Seamless integration with the Xiaomi Home app lets you monitor real-time humidity levels, schedule operation, and control settings remotely, making it a smart and convenient solution for healthier, more comfortable indoor environments.</p>
10197 <p><strong>Xiaomi Smart Evaporative Humidifier Filter</strong> is a high-efficiency replacement filter designed for use with Xiaomi smart evaporative humidifiers, engineered to improve air quality by trapping impurities and ensuring the delivery of clean, moisturized air throughout your space, featuring advanced absorbent materials that promote effective evaporation while minimizing mineral buildup, easy installation and replacement to maintain optimal performance, and durable construction for long-lasting use, helping create a healthier, more comfortable indoor environment.</p>