INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'df7205f9b3a04b93f5ca607246debb3e4a8b5e92fca7ad6f6d164aa5f67f3af4', 
    'WYxqSI0lDzhkGKqzASsgbnegXzdTucx4ooYJ8KOtTUA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)