INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9224938f008df8ee512548ee5194255aed963d4bd140195703e6507265074f48', 
    '3t8EQSZIx4vn9fl/BFF6GJSWG8BiG2iOv0mOTVAAteo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)