INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'be5fa73e52b506b874033d48ade858c95387e3f49e447b0b2eac3c9b4d3570a7', 
    '0ArrcEhfTTsbSe5duenVDdznY/IY6RzxdG0lMM/wq6Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)