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 (
    390119, 390120, 390122, 390124, 390125, 
    390126, 390127, 390129, 390130, 390135, 
    390136, 390137, 390138, 390139, 390141, 
    390148, 390150, 390151, 390152, 390154
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00057

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.04"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "24.04",
        "eval_cost": "4.00",
        "prefix_cost": "28.04",
        "data_read_per_join": "136K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (390119,390120,390122,390124,390125,390126,390127,390129,390130,390135,390136,390137,390138,390139,390141,390148,390150,390151,390152,390154)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
390119 Excellent performance in every season, even when worn.
390120 Choose the right tyres to drive safely.
390122 Choose the right tyres to drive safely.
390124 Choose the right tyres to drive safely.
390125 Excellent performance in every season, even when worn.
390126 The Mirage is a high performance, all-season tire that combines exceptional performance with all weather capability
390127 Choose the right tyres to drive safely.
390129 We specialize in the designing, developing and manufacturing of radial tire widely used in PCR, UHP, SUV, HT, AT, MT, truck and bus in all seasons and road conditions.
390130 Cooper Tires produces Cooper-branded tires for passenger cars, light trucks, sport utility vehicles, and commercial trucks.
390135 Choose the right tyres to drive safely.
390136 Excellent performance in every season, even when worn.
390137 For safety performance turn to Bridgestone.
390138 The Mirage is a high performance, all-season tire that combines exceptional performance with all weather capability
390139 Cooper Tires produces Cooper-branded tires for passenger cars, light trucks, sport utility vehicles, and commercial trucks.
390141 Excellent performance in every season, even when worn.
390148 Choose the right tyres to drive safely.
390150 Excellent performance in every season, even when worn.
390151 Cooper Tires produces Cooper-branded tires for passenger cars, light trucks, sport utility vehicles, and commercial trucks.
390152 Excellent performance in every season, even when worn.
390154 Excellent performance in every season, even when worn.