INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bb76636e24084e32633aacbf98b2f585f44a0ea0062f83edd4ddb7c797f6e25f', 
    'fnenXTeKGgPwVXwILGsP61V2MmisU/TP/tzqct8fJ6g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)