INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aed734e9c5f10ec291f3c454f2bfe7652e4a0ab4655ca90a065af8304b52e767', 
    'cBIO+8hoGSooyYsZQ+cxgrv3MKASw0CqmMPUefGaRUI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)