INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '579e011619b1daae270de8d0431ddb051e56d8a7a848d6a6d636b9ed44185782', 
    'XaqNAB4hEQj4iCvAOxtOFLLTl6goH9AxXHxMsgMPY3U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)