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 (
    1341, 1342, 1856, 2913, 1815, 1819, 2914, 
    1859, 1858, 1850, 1294, 1298, 1297, 
    1293, 1295, 1814, 1816, 1817, 1818, 
    1820, 1821, 1822, 1823, 1824
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00030

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04252208,
    "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": 24,
          "cost": 0.04252208,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (1341,1342,1856,2913,1815,1819,2914,1859,1858,1850,1294,1298,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
1294 Wedgetail Adventure Accessory Awning bracket adjustable x 2
1295 Wedgetail Adventure Accessory Awning brackets adjustable x 3
1297 Wedgetail Adventure Accessory Awning bracket fixed x 2
1298 Wedgetail Adventure Accessory Awning bracket fixed kit x 3
1341 Trademax Accessory Double Roller kit to suit Trademax Bar
1342 Trademax Accessory Single Roller kit to suit Trademax Bar
1814 Wedgetail Adventure Accessory Cross bar rubber kit to suit WTP-1113U
1815 Wedgetail Adventure Accessory 1300 cross bar rubber x 1piece
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
1819 Wedgetail Adventure Accessory 1500 cross bar rubber x 1piece
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
1850 Wedgetail Adventure Accessory Aerial Mount Side Mount Style
1856 Tradesman SPARE FASTENERS KIT
1858 Wedgetail Adventure Accessory Adjustable Recovery Tracks bracket to sit on top of rack
1859 Wedgetail Adventure Accessory Adjustable Recovery tracks bracket for fitment on side of rack
2913 Wedgetail Adventure Accessory 100mm conduit carrier caps and 3 brackets, NO PIPE
2914 Wedgetail Adventure Accessory 150mm conduit carrier caps and 3 brackets, NO PIPE