INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'edbdfa6cac6432da5f38d5f35fb06b7c76ed8e0a1a7b2c4e0ffdfe41b2e99191', 
    'C8M7L3iC9M7fmBNeJ/J5uX/qWHbC7tL8z7STG1DICdY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)