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 (
    86845, 91285, 83141, 91291, 90095, 90105, 
    90114, 91287, 84120, 83117, 83127, 
    83136, 90122, 89201, 91283, 83144, 
    84123, 91928, 90116, 89195, 84117, 
    83138, 90123, 92840, 92843, 94076, 
    94079, 94687, 94688, 94691
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00080

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 (86845,91285,83141,91291,90095,90105,90114,91287,84120,83117,83127,83136,90122,89201,91283,83144,84123,91928,90116,89195,84117,83138,90123,92840,92843,94076,94079,94687,94688,94691)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83117 nuie Arvan Twin Thermostatic Valve With Diverter - Matt Black
83127 nuie Arvan Twin Thermostatic Valve With Diverter - Gunmetal
83136 nuie Arvan Twin Thermostatic Valve With Diverter - Brushed Brass
83138 nuie Arvan Manual Shower Valve With Diverter - Chrome
83141 nuie Arvan Triple Thermostatic Valve - Chrome
83144 nuie Arvan Twin Thermostatic Valve With Diverter - Chrome
84117 nuie Binsey Manual Shower Valve With Diverter - Chrome
84120 nuie Binsey Triple Thermostatic Valve - Chrome
84123 nuie Binsey Twin Thermostatic Valve With Diverter - Chrome
86845 Hudson Reed Tec Crosshead Twin Thermostatic Shower Valve With Diverter - Chrome
89195 nuie Sanford Manual Shower Valve With Diverter - Chrome
89201 nuie Sanford Twin Thermostatic Valve With Diverter - Chrome
90095 nuie Windon Twin Thermostatic Valve With Diverter - Matt Black
90105 nuie Windon Twin Thermostatic Valve With Diverter - Gunmetal
90114 nuie Windon Twin Thermostatic Valve With Diverter - Brushed Brass
90116 nuie Windon Manual Shower Valve With Diverter - Chrome
90122 nuie Windon Twin Thermostatic Valve With Diverter - Chrome
90123 nuie Windon Concealed Diverter 2/3/4 Way - Chrome
91283 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Chrome
91285 nuie Aztec Triple Thermostatic Concealed Shower Valve - 2 Outlet - Chrome
91287 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Matt Black
91291 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Brushed Brass
91928 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Chrome
92840
92843
94076
94079
94687
94688
94691