INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed26d798f4d26ff00005aa290eda06137d53e15f4ff3cad33abb8e0ea471d919', 
    'PXOjhTsLHMGpR7r8aIUkfGpGAKIH4zGk8M2TOE0mmQw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00135

Result

int(1)