INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '00a92da939e05f253bfd399ddc6c06e80645b90dbbf951deec6750d72c102054', 
    '4jt7LGG3eGYuFrtQMk/1osSsQlCX7ZGu43OPxgfLceY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)