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 (
    90321, 90322, 88559, 85732, 88493, 91435, 
    91449, 84768, 84781, 84790, 87503, 
    87513, 87519, 87529, 88442, 88451, 
    88459, 88468, 88476, 88484, 87462, 
    88173, 88221, 85671, 85691, 85703, 
    85715, 88521, 87957, 88552
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00043

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 (90321,90322,88559,85732,88493,91435,91449,84768,84781,84790,87503,87513,87519,87529,88442,88451,88459,88468,88476,88484,87462,88173,88221,85671,85691,85703,85715,88521,87957,88552)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84768 Classique Components Floor Standing 2 Door Unit, 500mm - Satin Anthracite
84781 Classique Components Floor Standing 2 Door Unit, 500mm - Satin Grey
84790 Classique Components Floor Standing 2 Door Unit, 500mm - Satin Green
85671 nuie Deco 600mm Wall Hung Single Drawer Unit - Satin Anthracite
85691 nuie Deco 600mm Wall Hung Single Drawer Unit - Satin Grey
85703 nuie Deco 600mm Wall Hung Single Drawer Unit - Satin Blue
85715 nuie Deco 600mm Wall Hung Single Drawer Unit - Satin Green
85732 Hudson Reed Fluted 500mm Wall Hung Single Drawer Unit - Satin White
87462 nuie Athena Wall Hung 1 Drawer Vanity Unit 500mm - Gloss Grey
87503 nuie Athena Floor Standing 2 Door Vanity Unit 500mm - Anthracite Woodgrain
87513 nuie Athena Wall Hung 1 Drawer Vanity Unit 800mm - Anthracite Woodgrain
87519 nuie Athena Floor Standing 2 Door Vanity Unit 500mm - Hacienda Black
87529 nuie Athena Wall Hung 1 Drawer Vanity Unit 800mm - Hacienda Black
87957 nuie Ambrose Open Back Pan
88173 Hudson Reed Juno 600mm Wall Hung 2-Door Unit - Autumn Oak
88221 Juno Components Wall Hung 2 Door Unit (385mm Deep), 600mm - Metallic Slate
88442 nuie Arno 500mm Floor Standing 2-Door Unit - Solace Oak
88451 nuie Arno 800mm Wall Hung 1-Drawer Unit - Solace Oak
88459 nuie Arno 500mm Floor Standing 2-Door Unit - Anthracite
88468 nuie Arno 800mm Wall Hung 1-Drawer Unit - Anthracite
88476 nuie Arno 500mm Floor Standing 2-Door Unit - Charcoal Black
88484 nuie Arno 800mm Wall Hung 1-Drawer Unit - Charcoal Black
88493 nuie Arno Compact 600mm Floor Standing 2-Door Unit Compact - Satin Green
88521 nuie Eden Floor Standing 2 Door Vanity Cabinet 600mm - Gloss White
88552 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit Compact 600mm - Gloss White
88559 Hudson Reed Fusion Fitted Floor Standing 1 Door 1 Drawer Lined Unit 300mm - Gloss White
90321 nuie Cisterns Round Dual Flush Push Button - Chrome
90322 nuie Cisterns Square Dual Flush Push Button - Chrome
91435 600 FS 2-DOOR UNIT (335 DEEP)
91449 600 FS 2-DOOR UNIT (335 DEEP)