INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0477e2c32bd73051a2c5fbb5a0d4f3e9edd1ed9a121a26441fc47fb85fbed3e1', 
    'aK99F0W4hEYOufNSJWuLT4YLRhA0xb1uXfjtrOJF9l4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)