INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5fb7f7b978ed0a0392d119bf44f2dec446d2280300730ee01f6dff923e26d8fd', 
    'ZGj9f34JwlW0Zso2VLBWSIl2vicqtWRn0phm8iJAeeA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)