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 (
    92556, 92557, 86235, 86238, 86229, 89593, 
    89594, 91938, 86231, 91937, 91939, 
    91940, 91941, 91942, 91943, 86856, 
    86228, 86223, 89004, 91961, 91962, 
    91963, 91964, 91965, 91966, 91967, 
    86227, 82403, 82410, 82424, 89591, 
    89592, 86226, 86237, 86230, 91993, 
    91994, 91995, 91996, 91997, 91998, 
    91999, 82362, 91960, 82360, 91953, 
    91954, 91955
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00120

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.63"
    },
    "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": 48,
      "rows_produced_per_join": 48,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "16.83",
        "eval_cost": "4.80",
        "prefix_cost": "21.63",
        "data_read_per_join": "183K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (92556,92557,86235,86238,86229,89593,89594,91938,86231,91937,91939,91940,91941,91942,91943,86856,86228,86223,89004,91961,91962,91963,91964,91965,91966,91967,86227,82403,82410,82424,89591,89592,86226,86237,86230,91993,91994,91995,91996,91997,91998,91999,82362,91960,82360,91953,91954,91955)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82360 nuie Showers Rail Kits Slide Rail Kit - Gunmetal
82362 Hudson Reed Slide Rail Kits Kubix Slide Rail Kit - Chrome
82403 nuie Shower Kits Slide Rail Kit - Matt Black
82410 nuie Shower Kits Square Slider Rail Kit with Elbow - Gunmetal
82424 nuie Shower Kits Slide Rail Kit - Brushed Brass
86223 nuie Shower Heads Fixed Head - Chrome
86226 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86227 Hudson Reed Fixed Shower Heads Ceiling Mounted Head & Arm - Chrome
86228 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86229 Hudson Reed Fixed Shower Heads Ceiling Mounted Head & Arm - Chrome
86230 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86231 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86235 Hudson Reed Fixed Shower Heads Ceiling-Mounted Fixed Head - Chrome
86237 Hudson Reed Fixed Shower Heads Ceiling Tile Fixed Head - Chrome
86238 Hudson Reed Fixed Shower Heads Ceiling Tile Fixed Head - Chrome
86856 Hudson Reed Shower Accessories Shower Seat - Chrome
89004 Hudson Reed Astra Bath Filler - Chrome
89591 nuie Shower Heads Round LED Fixed Head - Chrome
89592 nuie Shower Heads Square LED Fixed Head - Chrome
89593 nuie Shower Heads Round LED Fixed Head - Chrome
89594 nuie Shower Heads Square LED Fixed Head - Chrome
91937 BC Designs Victrion Traditional Slide Rail Kit and Handset - Brushed Chrome
91938 BC Designs Victrion Traditional Slide Rail Kit and Handset - Brushed Copper
91939 BC Designs Victrion Traditional Slide Rail Kit and Handset - Brushed Gold
91940 BC Designs Victrion Traditional Slide Rail Kit and Handset - Brushed Nickel
91941 BC Designs Victrion Traditional Slide Rail Kit and Handset - Copper
91942 BC Designs Victrion Traditional Slide Rail Kit and Handset - Gold
91943 BC Designs Victrion Traditional Slide Rail Kit and Handset - Nickel
91953 BC Designs Victrion 8" Fixed Shower Head - Brushed Chrome
91954 BC Designs Victrion 8" Fixed Shower Head - Brushed Copper
91955 BC Designs Victrion 8" Fixed Shower Head - Brushed Gold
91960 BC Designs Victrion 12" Fixed Shower Head - Chrome
91961 BC Designs Victrion 12" Fixed Shower Head - Brushed Chrome
91962 BC Designs Victrion 12" Fixed Shower Head - Brushed Copper
91963 BC Designs Victrion 12" Fixed Shower Head - Brushed Gold
91964 BC Designs Victrion 12" Fixed Shower Head - Brushed Nickel
91965 BC Designs Victrion 12" Fixed Shower Head - Copper
91966 BC Designs Victrion 12" Fixed Shower Head - Gold
91967 BC Designs Victrion 12" Fixed Shower Head - Nickel
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
92556
92557