INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '648578305e1a68f4a74d16855316f9e077f2acc0982351b9f7329626b73aea5d', 
    'g6j9TGazWI/l2zY6JecOkbfKsSwQ+x3dpllysYlEb3s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)