INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fbfea7b701d22b0367931db4948e82ddd5dd38e6ced4ddadd38d225c307d9b93', 
    'lfgPriB/Z0vP25eKi4CeC8njVEs8325CBZ4n3ebMF5A=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)