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

Query time 0.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.55"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (3026,3021,3011,3014,3023)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.05",
        "eval_cost": "0.50",
        "prefix_cost": "3.55",
        "data_read_per_join": "22K"
      },
      "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>
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>
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>