INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e179e454d6819eb455e44b27717df9be68809abe91942d1e2550040ffd88a97d', 
    'O+BqYTc39uiO/J+wF7NtW22w6Uj+t6eUD85jNsWJV+4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)