INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9e176ebff914e8f89a6f22f0684117eb8832a38418ffc5aba3d97aaf7341771f', 
    'ETRLhckB1hGE6mThSE/g8GynkOmY/hZI2ghrnswVV2Y=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)