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 (
    3026, 3016, 3021, 3011, 3014, 3023, 3025
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.96"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (3026,3016,3021,3011,3014,3023,3025)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.27",
        "eval_cost": "0.70",
        "prefix_cost": "4.97",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
3011 <p>These mid-range true wireless earbuds offer a compelling balance of advanced ANC, powerful 11 mm quad-magnet drivers, excellent battery life, and convenient touch controls—all wrapped in a comfortable, IP54-rated design.</p>
3014 <p>The Huawei FreeBuds 5 are uniquely designed open-fit true wireless earbuds that combine aesthetics, comfort, and smart features. With support for LDAC Hi-Res audio, Intelligent ANC 3.0, and fast wireless charging, they aim to deliver premium sound and convenience. Their open-fit form ensures all-day comfort while still offering decent noise reduction for an airy, ambient listening experience.</p>
3016 <p>The FreeClip introduces a novel clip-on, open-ear design that balances audio immersion with situational awareness. Its unique C-bridge ergonomics gently hug the ear’s helix, eliminate the need for left/right orientation, and offer hands-free head gestures for call controls. With dual-magnet drivers and L2HC/LC3 codec support, it delivers crisp sound despite its unconventional form—making it ideal for workouts, commuting, or anytime you want to hear the world around you.</p>
3021 <p>These are entry-level true wireless earbuds that offer 40 hours of combined playback, fast USB‑C charging, and a lightweight IP54-rated design. Ideal for everyday use, they provide solid audio quality with environmental resistance and seamless connectivity.</p>
3023 <p>The FreeBuds SE 3 are lightweight, budget-friendly true wireless earbuds with a sleek design and robust functionality. With up to 42 h total battery life, a quick 10-minute charge for 3 h playback, Bluetooth 5.4, and IP54 dust/splash resistance, they aim to deliver reliable everyday audio in a stylish package. Qualcomm-driven connectivity and manual pairing via case button add convenience.</p>
3025 <p>The FreeLace Lite are sporty, semi-in-ear neckband-style earphones that prioritize comfort, vibrant design, and long battery life. They feature a 13 mm dynamic driver, AI call noise cancellation, and 110 ms low-latency mode, making them ideal for workouts, gaming, and daily use on the go.</p>
3026 <p><span class="relative -mx-px my-[-0.2rem] rounded px-px py-[0.2rem] transition-colors duration-100 ease-in-out">Flagship-level earbuds featuring dual-driver “True Sound” tech, Intelligent Dynamic ANC up to 100 dB, crystal-clear calls even in extreme noise, plus 2.3 Mbps lossless codec support via L2HC 4.0 and LDAC—perfect for audiophiles and heavy callers alike. Designed with ceramic accents, head-motion controls, and powered by HarmonyOS Next.</span></p>