INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dc6f104168eb3f8c8e6049b7b716eeb77e38a7f120c4785e47a6714bcc456d2a', 
    '4WQKTO/sq3E3xC2uiaIAFtORGamexIMRcV861rkS8Go=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00056

Result

int(1)