INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f928fa72e5caf1076ecf79f0cb1ef71e4bd6d129bff9eecb67de1e7d34865ad6', 
    '9jkhWxnI9Y//cxGpf7Ze4YjRBshEKKVFy0PAhVONl4c=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)