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 (
    1297, 1293, 1295, 1814, 1816, 1817, 1818, 
    1820, 1821, 1822, 1823, 1824
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00022

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 (1297,1293,1295,1814,1816,1817,1818,1820,1821,1822,1823,1824) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
1293 Wedgetail Adventure Accessory Awning bracket suits 270 awning x 2
1295 Wedgetail Adventure Accessory Awning brackets adjustable x 3
1297 Wedgetail Adventure Accessory Awning bracket fixed x 2
1814 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1113U
1816 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1412U
1817 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1413U
1818 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1414U
1820 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1613U
1821 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1614U
1822 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1812U
1823 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1813U
1824 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-2012U