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 (
    88707, 88708, 85721, 85738, 85748, 85758, 
    85737, 89455, 89468, 89476, 89484, 
    87449, 88494, 91436, 91450, 88446, 
    88463, 88479, 89020, 89790, 88753, 
    88796, 89785, 85718, 89460, 88967, 
    88968, 88971, 88972, 88955
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00089

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 (88707,88708,85721,85738,85748,85758,85737,89455,89468,89476,89484,87449,88494,91436,91450,88446,88463,88479,89020,89790,88753,88796,89785,85718,89460,88967,88968,88971,88972,88955)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
85718 Hudson Reed Fluted 500mm Floor Standing 2-Door Unit - Satin White
85721 Hudson Reed Fluted 500mm Floor Standing 2-Door Unit - Satin Anthracite
85737 Hudson Reed Fluted 800mm Wall Hung Single Drawer Unit - Satin White
85738 Hudson Reed Fluted 500mm Floor Standing 2-Door Unit - Satin Grey
85748 Hudson Reed Fluted 500mm Floor Standing 2-Door Unit - Satin Blue
85758 Hudson Reed Fluted 500mm Floor Standing 2-Door Unit - Satin Green
87449 nuie Athena Floor Standing 2 Door Vanity Unit 600mm - Gloss Grey
88446 nuie Arno 800mm Floor Standing 2-Door Unit - Solace Oak
88463 nuie Arno 800mm Floor Standing 2-Door Unit - Anthracite
88479 nuie Arno 800mm Floor Standing 2-Door Unit - Charcoal Black
88494 nuie Arno 600mm Floor Standing 2-Door Unit - Satin Green
88707 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit 500mm - Hacienda Black
88708 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit Compact 600mm - Hacienda Black
88753 Hudson Reed Fusion Fitted Floor Standing 1 Door Vanity Unit 400mm - Gloss Grey
88796 Hudson Reed Fusion Fitted Floor Standing 1 Door Base Unit 400mm - Gloss Grey
88955 Hudson Reed Fusion Left Hand Square L-Shaped 1 Tap Hole Polymarble Basin 1100mm
88967 Hudson Reed Fusion Left Hand Round Semi-Recessed 1 Tap Hole Polymarble Basin 1000mm
88968 Hudson Reed Fusion Right Hand Round Semi-Recessed 1 Tap Hole Polymarble Basin 1000mm
88971 Hudson Reed Fusion Left Hand Square Semi-Recessed 1 Tap Hole Polymarble Basin 1000mm
88972 Hudson Reed Fusion Right Hand Square Semi-Recessed 1 Tap Hole Polymarble Basin 1000mm
89020 nuie Mayford Floor Standing 3 Door 2 Drawer Vanity Unit 850mm - Gloss White
89455 Lunar Components Wall Hung 1 Drawer Unit, 800mm - Satin Anthracite
89460 Lunar Components Wall Hung 1 Drawer Unit, 800mm - Satin White
89468 Lunar Components Wall Hung 1 Drawer Unit, 800mm - Satin Grey
89476 Lunar Components Wall Hung 1 Drawer Unit, 800mm - Satin Blue
89484 Lunar Components Wall Hung 1 Drawer Unit, 800mm - Satin Green
89785 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit 500mm - Satin White
89790 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit 500mm - Satin White
91436 600 FS 2-DOOR UNIT (365 DEEP)
91450 600 FS 2-DOOR UNIT (365 DEEP)