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 (168, 167, 169, 165, 166) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00948507,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "loops": 1,
          "rows": 5,
          "cost": 0.00948507,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (168,167,169,165,166) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
165 <p>For your very mobile lifestyle comes a completely new imaging system with freedom to create and express as never before. Highly compact and portable, the Nikon 1 J1 goes everywhere you go. Moments from your amazing world are captured using a highly responsive autofocus and super fast shooting speed. In one touch you can work in Full HD (1080p) movie record mode. A camera so versatile you can even snap photos while recording movies. Unleash your creativity with Nikon 1&mdash;offering a balance of high performance, advanced features, portability and a newly designed interchangeable lens system. Infuse your world with photos from every moment and connect as never before.</p>
166 <p>For your very mobile lifestyle comes a completely new imaging system with freedom to create and express as never before. Highly compact and portable, the Nikon 1 J1 goes everywhere you go. Moments from your amazing world are captured using a highly responsive autofocus and super fast shooting speed. In one touch you can work in Full HD (1080p) movie record mode. A camera so versatile you can even snap photos while recording movies. Unleash your creativity with Nikon 1&mdash;offering a balance of high performance, advanced features, portability and a newly designed interchangeable lens system. Infuse your world with photos from every moment and connect as never before.</p>
167 <p>Capture stunning photos and Full HD videos with the Nikon D3100 DSLR camera, bundled with the versatile AF-S DX NIKKOR 18-55mm f/3.5-5.6G VR lens. Perfect for beginners, this kit offers excellent image quality and intuitive controls to kickstart your photography journey.</p>
168 <p>Extraordinary still and HD video imaging performance converge in the fast and agile 12.3-megapixel, DX-format D300S, delivering D-SLR versatility.</p>
169 <p>Capture breathtaking photos and Full HD videos with the <strong>Nikon D5100 DSLR camera kit</strong>. This package includes the versatile <strong>AF-S DX NIKKOR 18-55mm f/3.5-5.6G VR lens</strong>, perfect for everyday shooting, creative expression, and stunning image quality.</p>