INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aaf96d8a27b098bf0201379d2a7a559f7526d80e7ee0c8372292950f59b85236', 
    'hnCg+6uKkLD/l2zetmlRsXFSGl7NqudLKc41q/be0H8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)