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 (
    5032, 5028, 5030, 5029, 5036, 5047, 5033, 
    5054
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00179

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 (5032,5028,5030,5029,5036,5047,5033,5054)) 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
5028 <p>The Holowits 4MP IR/White Light Bullet Camera (3.6mm) provides high-definition 4-megapixel surveillance with a fixed 3.6mm lens for optimal coverage. Equipped with both infrared and white-light illumination, it ensures clear visibility in low-light and nighttime conditions. Its durable bullet-style design offers reliable outdoor monitoring with sharp and detailed imaging.</p>
5029 <p>The Holowits-1T 8MP IR/White-Light AI Bullet Camera (8-32mm) offers ultra-high-definition 8-megapixel surveillance with a varifocal 8-32mm lens. Equipped with infrared and white-light illumination, it ensures clear visibility in low-light and nighttime conditions. AI-powered features provide intelligent detection and alerts, while its bullet-style design guarantees reliable outdoor monitoring with sharp and detailed images.</p>
5030 <p>The Holowits-2T 4MP Multi-Algorithm Bullet Camera (12–55mm) delivers high-definition 4-megapixel surveillance with a varifocal 12–55mm lens for flexible zoom and precise focus. Equipped with advanced multi-algorithm technology, it ensures intelligent detection and enhanced monitoring. Its durable bullet-style design provides reliable outdoor security with sharp and detailed imaging for large areas.</p>
5032 <p>The Holowits-1T 4MP Dual-Lens AI Bullet Camera (8-32mm) provides high-definition 4-megapixel surveillance with dual-lens technology and a varifocal 8–32mm lens for flexible zoom and precise focus. AI-powered features enable intelligent detection and smart alerts. Its bullet-style design ensures reliable outdoor monitoring with sharp and detailed imaging.</p>
5033 <p>The Holowits-1T 5MP Double Light Full-Color Alert AI Bullet Camera (3.6mm) offers high-definition 5-megapixel surveillance with AI-powered detection and full-color imaging. Equipped with double light technology, it ensures vibrant color images even in low-light conditions. Its bullet-style design provides reliable outdoor monitoring with sharp, detailed visuals, ideal for enhancing security.</p>
5036 <p>The Holowits AI Camera-1T 5MP AI IR Bullet Camera (2.8-12mm) provides high-definition 5-megapixel surveillance with AI-powered detection and a varifocal 2.8–12mm lens for flexible zoom and precise focus. Equipped with infrared illumination, it ensures clear visibility in low-light and nighttime conditions. Its bullet-style design delivers reliable outdoor monitoring with sharp and detailed imaging.</p>
5047 <p>The Holowits IP Camera-5MP IR Bullet Camera (3.6mm) delivers high-definition 5-megapixel surveillance with a fixed 3.6mm lens for optimal coverage. Equipped with infrared illumination, it ensures clear visibility in low-light and nighttime conditions. Its bullet-style design provides reliable outdoor monitoring with sharp and detailed imaging, ideal for enhanced security.</p>
5054 <p>The Holowits IP Camera-3MP IR Bullet Camera (3.6mm) provides high-definition 3-megapixel surveillance with a fixed 3.6mm lens. Equipped with infrared illumination, it ensures clear visibility in low-light and nighttime conditions. Its bullet-style design delivers reliable outdoor monitoring with sharp and detailed imaging, suitable for various security applications.</p>