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 (
    90702, 90706, 90648, 90687, 90629, 90700, 
    90704, 90677, 90684, 90685, 90690, 
    90691, 90626, 90627, 90632, 90633, 
    90646, 90619, 90644, 90667, 90609, 
    90674, 90675, 90680, 90681, 90616, 
    90617, 90622, 90623, 90657
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00100

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 (90702,90706,90648,90687,90629,90700,90704,90677,90684,90685,90690,90691,90626,90627,90632,90633,90646,90619,90644,90667,90609,90674,90675,90680,90681,90616,90617,90622,90623,90657)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
90609 Nuie 1700x750 Standard Bath Panel & Screen
90616 Nuie 1700x700 Eternalite Bath Panel & Screen
90617 Nuie 1700x700 Eternalite Bath Panel & Screen
90619 Nuie 1700x700 Eternalite Bath Panel & Screen
90622 Nuie 1700x700 Eternalite Bath Panel & Screen
90623 Nuie 1700x700 Eternalite Bath Panel & Screen
90626 Nuie 1700x750 Eternalite Bath Panel & Screen
90627 Nuie 1700x750 Eternalite Bath Panel & Screen
90629 Nuie 1700x750 Eternalite Bath Panel & Screen
90632 Nuie 1700x750 Eternalite Bath Panel & Screen
90633 Nuie 1700x750 Eternalite Bath Panel & Screen
90644 Nuie 1700x750 Standard Bath Panel & Screen
90646 Nuie 1700x700 Eternalite Bath Panel & Screen
90648 Nuie 1700x750 Eternalite Bath Panel & Screen
90657 Nuie 1700x700 Standard Bath Panel & Screen
90667 Nuie 1700x750 Standard Bath Panel & Screen
90674 Nuie 1700x700 Eternalite Bath Panel & Screen
90675 Nuie 1700x700 Eternalite Bath Panel & Screen
90677 Nuie 1700x700 Eternalite Bath Panel & Screen
90680 Nuie 1700x700 Eternalite Bath Panel & Screen
90681 Nuie 1700x700 Eternalite Bath Panel & Screen
90684 Nuie 1700x750 Eternalite Bath Panel & Screen
90685 Nuie 1700x750 Eternalite Bath Panel & Screen
90687 Nuie 1700x750 Eternalite Bath Panel & Screen
90690 Nuie 1700x750 Eternalite Bath Panel & Screen
90691 Nuie 1700x750 Eternalite Bath Panel & Screen
90700 Nuie 1700x700 Standard Bath Panel & Screen
90702 Nuie 1700x750 Standard Bath Panel & Screen
90704 Nuie 1700x700 Eternalite Bath Panel & Screen
90706 Nuie 1700x750 Eternalite Bath Panel & Screen