INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '974e032a290b215a50f9e618a27973e9bd8622a70d59fe5acc693e4e81780d05', 
    'DSmJs6/AZViXeVaTnP+VUO8/h28SpV5tPV2NKZJt+jw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)