INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fbdb3342aa1736789e385c2b5c2b17f555c9d1a701a47278a15d4268e4cbf37e', 
    'UnK9RS56bJGhLTPqusVhBfzk8O/EKi3pGcfdaRBmFZ4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)