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 (
    1840, 1841, 1842, 1843, 1844, 1845, 1846, 
    1847, 1848, 1849, 1855, 2915
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00028

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0216566,
    "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": 12,
          "cost": 0.0216566,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1855,2915) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
1840 Wedgetail Adventure Accessory Sides for 1600mm Platforms
1841 Wedgetail Adventure Accessory Sides for 1800mm Platforms
1842 Wedgetail Adventure Accessory Sides for 2000mm Platforms
1843 Wedgetail Adventure Accessory Sides for 2200mm Platforms
1844 Wedgetail Adventure Accessory Sides for 2500mm Platforms
1845 Wedgetail Adventure Accessory Sides for 2800mm Platforms
1846 Wedgetail Adventure Accessory Sides for 3000mm Platforms
1847 Wedgetail Adventure Accessory Sides for 3300mm Platforms
1848 Wedgetail Adventure Accessory Sides for 4000mm Platforms
1849 Wedgetail Adventure Accessory Sides for 4200mm Platforms
1855 Wedgetail Adventure Accessory Solar panel bracket pair (Panels >1m long require two kits)
2915 <p>CS-Cart Multi vendor Mobile App Builder provides an affordable, end-to-end mobile app for e-commerce businesses that enables growth and expansion in the mobile world.</p> <ul><li>Option to customize the design of the CS Cart Marketplace Mobile App.</li><li><span class="ws-check"></span>Customers can view vendor information, shipping address, description, & products.</li><li><span class="ws-check"></span>Allows the store owner to create multiple customer profiles.</li><li><span class="ws-check"></span>Continuous browsing without internet access with preloaded pages.</li><li><span class="ws-check"></span>Store owners can send various push notifications to customers.</li></ul>