INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5c63c541a31bf56bd3a671f90e5ec1f33162a9e2ea1e6fe1e28555995bb6f37c', 
    'yNmhtfo6Ent/y2809Su7hbIZNdBV3BEhcWYS3BM4tEU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)