INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'afa716829128eb2e341b9e73af02bf672c12d1fa4d34b33e63af56c6e5cc1e23', 
    'Xt7C8uOC0x7JKb/HlPYy2aiaKT1CWwh4xyNCh/K4Zio=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)