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 (415242) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.20",
        "prefix_cost": "0.00",
        "data_read_per_join": "6K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
415242 <p>Car Ambient Light Decorative interior kit, 4 self-adhesive strips, RGB LED with remote control<br /></p><p>The set of RGB LED strips with wireless remote control is useful in creating its special effects in the lighting of interior car spaces, for those passionate about car tuning in achieving a special ambient appearance.</p> <p>The 18 multicolored LEDs ensure a strong light, with low energy consumption and long life.</p> <p>The tape is flexible, waterproof, and the LEDs are protected by a silicone layer. These strips can be mounted anywhere in the vehicle, being powered at 12V.</p> <p>Characteristics:<br />RGB LED strip<br />LED type: SMD<br />Number of LEDs: 18 SMD/strip<br />Color: RGB<br />Voltage: 12V<br />Power supply: car cigarette lighter cable<br />Easy installation<br />Waterproof: IP65<br />Lifetime: 50,000 hours<br />Size: 32 x 1.3 cm<br />The package contains:<br />4 x RGB LED strip<br />1 x Wireless Remote Control<br />1 x Control module<br />1 x Car cigarette lighter cable</p><p></p>