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 (2275, 2286, 10177, 10159) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00062

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 (2275,2286,10177,10159)) 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
2275 <p><span class="relative -mx-px my-[-0.2rem] rounded px-px py-[0.2rem] transition-colors duration-100 ease-in-out">The <strong>Mi Wi‑Fi Range Extender Pro</strong> by Xiaomi is a compact, plug-in wireless repeater designed to eliminate Wi‑Fi dead zones in small to medium homes. Featuring dual external antennas and a sleek black design, it seamlessly integrates into your network using the Mi Home app for quick setup. Supporting up to 16 simultaneous devices and offering transfer rates up to 300 Mbps on the 2.4 GHz band, it effortlessly boosts your existing Wi‑Fi signal—perfect for smartphones, laptops, smart TVs, and game consoles.</span></p>
2286 <p>The Xiaomi Wi‑Fi Range Extender N300 is a compact plug‑in repeater designed to fill Wi‑Fi dead zones in small homes. It features 2×2 external antennas to maintain stable 2.4 GHz connections up to 300 Mbps and supports up to 16 devices. Setup is seamless via the Mi Home app or WPS, and once configured, you can reposition it without reconfiguration—ideal for plugging into any wall outlet to extend coverage. </p>
10159 <p>The Xiaomi Mi WiFi Range Extender AC 1200 RA75 Black EU is designed to improve wireless coverage and eliminate weak signal areas in your home or office. It supports dual-band WiFi to deliver stable and fast connectivity for streaming, browsing, and online gaming. With its compact design and easy setup, the extender seamlessly connects to your existing network and expands coverage to hard-to-reach areas. The EU version ensures compatibility with regional standards, while the black finish adds a modern and clean look suitable for any space</p>
10177 <p>The Xiaomi WiFi Range Extender N300 is a compact plug-in device designed to boost and extend the coverage of your existing home or office wireless network. It supports dual-band WiFi, operating on both the 2.4GHz and 5GHz bands, with a combined maximum speed of up to 300Mbps. Its key feature is the automatic band-switching technology, which intelligently connects your device to the optimal frequency (2.4GHz for longer range or 5GHz for faster speed). Setup is simple via the Mi Home app or a web interface, and its small, discreet design plugs directly into a wall socket without blocking adjacent outlets. It effectively eliminates WiFi dead zones in areas like bedrooms, kitchens, or home offices.</p>