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 (11320, 11323, 11325, 11326) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00083

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 (11320,11323,11325,11326)) 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
11320 <p><strong>Alpaca Kerosen Heater</strong> is a robust and reliable portable heating unit designed to deliver consistent warmth in cold environments, featuring a sturdy construction with a high-efficiency combustion system that maximizes heat output while minimizing fuel consumption; its user-friendly controls and clear fuel gauge make operation straightforward, and built-in safety features such as an automatic shut-off and flame-failure protection provide peace of mind, making it an ideal choice for workshops, cabins, outdoor events, or emergency backup heating where dependable performance and ease of use are essential.</p>
11323 <p><strong>Alpaca Kerosen Heater</strong> is a durable and efficient portable heating solution designed to provide steady and reliable warmth in cold conditions, featuring a strong, well-built body and a high-efficiency combustion system that delivers powerful heat while optimizing fuel consumption; its 3.4-liter fuel capacity ensures extended operation, while easy-to-use controls and a clear fuel gauge allow for simple and convenient handling, and integrated safety features such as automatic shut-off and flame-failure protection enhance user confidence, making it an excellent choice for workshops, homes, cabins, camping, or emergency backup heating where dependable performance is essential.</p>
11325 <p><strong>Alpaca Kerosen Heater</strong> is a powerful and dependable portable heating unit engineered to deliver consistent, efficient warmth in cold environments, featuring a sturdy white exterior and a high-performance combustion system that generates strong heat while maintaining fuel efficiency; with intuitive controls and a clear fuel level indicator for easy operation, plus built-in safety features such as automatic shut-off and flame-failure protection, it provides both convenience and peace of mind, making it an excellent choice for garages, workshops, cabins, outdoor events, or emergency backup heating whenever reliable comfort is needed.</p>
11326 <p><strong>Alpaca Kerosen Heater</strong> delivers reliable warmth for your space with up to 10,000 BTU (2.9 kW) of heat. It features a 4.4-liter fuel tank and a TS-4350 wick (maximum wick height 8 mm) for sustained operation. A simple control knob manages ignition and heat settings, making it easy to use for daily heating needs.</p>