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 (
    86688, 86690, 83041, 83043, 90877, 90879, 
    90956, 90958, 86492, 86494, 86768, 
    86770, 85306, 85308, 85403, 85405, 
    85454, 85456, 85505, 85507, 91114, 
    91116, 91120, 91122
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00080

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (86688,86690,83041,83043,90877,90879,90956,90958,86492,86494,86768,86770,85306,85308,85403,85405,85454,85456,85505,85507,91114,91116,91120,91122)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83041 nuie Arno 1200mm Wall Hung 4-Door Vanity & Double Basin - Satin Green
83043 nuie Arno 1200mm Wall Hung 4-Door Vanity & Double Basin - Satin Green
85306 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Anthracite
85308 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Anthracite
85403 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Grey
85405 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Grey
85454 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Blue
85456 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Blue
85505 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Green
85507 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Satin Green
86492 Hudson Reed Juno 1200mm Wall Hung 4-Door Vanity & Double Basin - Autumn Oak
86494 Hudson Reed Juno 1200mm Wall Hung 4-Door Vanity & Double Basin - Autumn Oak
86688 Hudson Reed Juno 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Coastal Grey
86690 Hudson Reed Juno 1200mm Wall Hung 2-Drawer Vanity & Double Basin - Coastal Grey
86768 Hudson Reed Juno Wall Hung 4 Door Vanity Basin Unit & Double Polymarble Basin, 1200mm - Metallic Slate
86770 Hudson Reed Juno Wall Hung 4 Door Vanity Basin Unit & Double Ceramic Basin, 1200mm - Metallic Slate
90877 nuie Arno Wall Hung 4 Door Vanity & Double Polymarble Basin, 1200mm - Satin Anthracite
90879 nuie Arno Wall Hung 4 Door Vanity & Double Ceramic Basin, 1200mm - Satin Anthracite
90956 nuie Arno Wall Hung 4 Door Vanity & Double Polymarble Basin, 1200mm - Satin Grey
90958 nuie Arno Wall Hung 4 Door Vanity & Double Ceramic Basin, 1200mm - Satin Grey
91114 nuie Classique Wall Hung 1 Drawer Unit & 1 Tap Hole Marble Top with Oval Basin, 600mm - Satin Anthracite/Black
91116 nuie Classique Wall Hung 1 Drawer Unit & 3 Tap Hole Marble Top with Oval Basin, 600mm - Satin Anthracite/Black
91120 nuie Classique Wall Hung 1 Drawer Unit & 1 Tap Hole Marble Top with Oval Basin, 600mm - Satin Anthracite/Grey
91122 nuie Classique Wall Hung 1 Drawer Unit & 3 Tap Hole Marble Top with Oval Basin, 600mm - Satin Anthracite/Grey