INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5181391b7c2d7ed19d89a9a2238f9f66eaa9a49188c99c40673655fdf042836c', 
    'k8ZNmCR5O33NgUUKaGLXNxjncaOrqFetq8poeVWLIQc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)