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 (6098, 5896, 6099, 5898, 6101, 8273) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.26"
    },
    "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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (6098,5896,6099,5898,6101,8273)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.66",
        "eval_cost": "0.60",
        "prefix_cost": "4.26",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
5896 <p>The Apple Air Tag (4 Pack) helps you keep track of your belongings with ease using the Find My app on your iPhone, iPad, or Mac. Each AirTag features precision tracking with a built-in speaker for audible alerts. Its compact, lightweight design makes it easy to attach to keys, bags, or other items. With Apple’s secure and private network, it ensures your location data is safe and only accessible to you.</p>
5898 <p>The Apple Air Tag (1 Pack) helps you keep track of your belongings using the Find My app on your iPhone, iPad, or Mac. It features precision tracking with a built in speaker for audible alerts. Its compact and lightweight design allows easy attachment to keys, bags, or other personal items. With Apple’s secure and private network, your location data remains safe and accessible only to you.</p>
6098 <p>The Apple AirTag Loop is designed to securely hold your AirTag while providing a convenient way to attach it to bags, keys, or other personal items. Made from flexible and durable polyurethane, it offers both strength and comfort. Its minimalist design ensures the AirTag stays visible and accessible at all times. Easy to attach and remove, the loop combines functionality with style for everyday use.</p>
6099 <p>The Apple AirTag Leather Loop is designed to securely hold your AirTag while adding a touch of elegance. Made from handcrafted European leather, it provides a soft and luxurious feel. Its compact design allows easy attachment to bags, keys, or other personal items. Durable and stylish, the loop combines functionality with a refined aesthetic for everyday use.</p>
6101 <p>The Apple AirTag FineWoven Key Ring is designed to securely hold your AirTag while offering a stylish way to attach it to keys, bags, or other personal items. Made from durable woven materials, it provides both strength and a comfortable feel. Its compact design ensures your AirTag remains visible and easily accessible. Easy to attach and remove, the key ring combines functionality with a sleek, modern aesthetic for everyday use.</p>
8273 <p>The Hama 196935 Finest Feel Edge Protector for Apple AirTag yellow offers premium protection with a sleek, minimalistic design. Crafted from high-quality materials, it securely encases the edges of your AirTag to guard against scratches, dust, and impact. The smooth, soft-touch finish ensures a comfortable grip and a stylish appearance while maintaining full signal strength and tracking performance. Easy to attach and remove, this edge protector is the perfect accessory for those who want to keep their AirTag safe and looking new without compromising on design elegance.</p>