INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e1eadb987f9c27cb70d1e1375de2d585cceaf09e0ef7979897f59cfd7b354d17', 
    'hJlB0ISjGS/+HOc5tw7KRcPy3plrf/avRW0APmGX+Wk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)