INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f1dad7f25410312f77499ec24ed518931362d3042fe55f605a8ea9938d90c426', 
    '6fm0tnHRgh1MoHMaW/7ndJPfWLShxwn3/LD/E9EGB5w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)