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 (
    84777, 87536, 88399, 88551, 88066, 88196, 
    88208, 88509, 88513, 88950, 88951, 
    88952, 88498, 88657, 88698, 88699, 
    88704, 88745, 88746, 91440, 91454, 
    85725, 85742, 85752, 85762, 88559, 
    85732, 88493, 91435, 91449
  ) 
  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 (84777,87536,88399,88551,88066,88196,88208,88509,88513,88950,88951,88952,88498,88657,88698,88699,88704,88745,88746,91440,91454,85725,85742,85752,85762,88559,85732,88493,91435,91449)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84777 Classique Components Wall Hung 1 Drawer Unit, 600mm - Satin White
85725 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin Anthracite
85732 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin White
85742 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin Grey
85752 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin Blue
85762 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin Green
87536 nuie Athena Floor Standing 2 Door Vanity Unit 600mm - Gloss White
88066 Hudson Reed Maya Cistern C/W Fittings
88196 Hudson Reed Juno 600mm Wall Hung Single Drawer Unit - Graphite Grey
88208 Hudson Reed Juno 600mm Wall Hung Single Drawer Unit - Coastal Grey
88399 nuie Arno 600mm Floor Standing 2-Door Unit - Gloss White
88493 nuie Arno Compact 600mm Floor Standing 2-Door Unit Compact - Satin Green
88498 nuie Arno 600mm Wall Hung 2-Door Unit - Satin Green
88509 Furniture Minimalist Slimline Ceramic Basin 1 Tap Hole 1000mm
88513 Furniture Mid-Edge Ceramic Basin 1 Tap Hole 1000mm
88551 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit 500mm - Gloss White
88559 Hudson Reed Fusion Fitted Floor Standing 1 Door 1 Drawer Lined Unit 300mm - Gloss White
88657 Hudson Reed Fusion Fitted Floor Standing 1 Door Vanity Unit Compact 400mm - Anthracite Woodgrain
88698 Hudson Reed Fusion Fitted Floor Standing 1 Door Base Unit 300mm - Anthracite Woodgrain
88699 Hudson Reed Fusion Fitted Floor Standing 1 Door Base Unit Compact 400mm - Anthracite Woodgrain
88704 Hudson Reed Fusion Fitted Floor Standing 1 Door Vanity Unit Compact 400mm - Hacienda Black
88745 Hudson Reed Fusion Fitted Floor Standing 1 Door Base Unit 300mm - Hacienda Black
88746 Hudson Reed Fusion Fitted Floor Standing 1 Door Base Unit Compact 400mm - Hacienda Black
88950 Hudson Reed Fusion Straight Polymarble Basin - Compact 1000mm
88951 Hudson Reed Fusion Straight Polymarble Basin - Compact 1100mm
88952 Hudson Reed Fusion Straight Polymarble Basin - Compact 1200mm
91435 600 FS 2-DOOR UNIT (335 DEEP)
91440 600 WH 2-DOOR UNIT (365 DEEP)
91449 600 FS 2-DOOR UNIT (335 DEEP)
91454 600 WH 2-DOOR UNIT (365 DEEP)