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

Query time 0.00049

Result

int(1)