INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ef79d32724772805cccde92ff8a1e7b3c6945f51cbc5b413c8dead36222a42f3', 
    '3d+K8HNR4ZKXGSeXLp3wIn3S250ETK2cbiLqR6BhPms=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00075

Result

int(1)