INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4b8cf7eb42063c5c04b86d0780d8ef9529fa9159a60290269cfbe74b24ebc955', 
    'N2UPtG+eiy6Z04OWLNgGYtk7A2IZ+h9R5/5xG+GYWG4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)