INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2e5a5405c20947ba5ab32eb507b5e85874831e0564e1e5df4efa4440cd86045a', 
    'SB9vXK2F/ugElSSRa9aAU4efY8mZDkB/LSX6SExVhGQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)