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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    91993, 91994, 91995, 91996, 91997, 91998, 
    91999, 84290, 82406, 82412, 82426, 
    82405, 82411, 82425, 91992, 82374, 
    82373, 92558, 92559, 94449, 96709, 
    96710, 96740, 96741, 96742, 96760, 
    96761, 96765, 96766, 96776
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (91993,91994,91995,91996,91997,91998,91999,84290,82406,82412,82426,82405,82411,82425,91992,82374,82373,92558,92559,94449,96709,96710,96740,96741,96742,96760,96761,96765,96766,96776)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82373 nuie Outlet Elbow, Parking Bracket, Flex and Handset - Chrome
82374 nuie Outlet Elbow, Parking Bracket, Flex and Handset - Chrome
82405 Hudson Reed Shower Accessories Outlet Elbow, Parking Bracket, Flex and Handset - Matt Black
82406 Hudson Reed Shower Accessories Outlet Elbow, Parking Bracket, Flex and Handset - Matt Black
82411 nuie Shower Accessories Round Outlet Elbow C Wall Parking Bracket & Kit - Gunmetal
82412 nuie Shower Accessories Square Outlet Elbow C Wall Parking Bracket & Kit - Gunmetal
82425 Hudson Reed Shower Accessories Outlet Elbow, Parking Bracket, Flex and Handset - Brushed Brass
82426 Hudson Reed Shower Accessories Outlet Elbow, Parking Bracket, Flex and Handset - Brushed Brass
84290 nuie Shower Accessories Douche Spray Kit & Thermostatic Valve - Chrome
91992 BC Designs Victrion Wall Mounted Handset Shower Set - Chrome
91993 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Chrome
91994 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Copper
91995 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Gold
91996 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Nickel
91997 BC Designs Victrion Wall Mounted Handset Shower Set - Copper
91998 BC Designs Victrion Wall Mounted Handset Shower Set - Gold
91999 BC Designs Victrion Wall Mounted Handset Shower Set - Nickel
92558
92559
94449
96709
96710
96740
96741
96742
96760
96761
96765
96766
96776