INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2b9f59c2e13051e46dbe9b49f559b5725a4f4ee0551b54fd56329aeba585557d', 
    'H1n0PRDUD2KBPfE2Epmx1DLJNN5CVyg7HbQMZCpla4s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)