INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1f066e04ab8571274ee8e9dda8f5aefc8366932c20e0bfc439a7ee774f40e254', 
    'I99xLXGC/YC1JTqcbVJP83qFAVpY/hmxGJqBh5mEo4g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)