INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'de7456933446b772f0b8d079ede637cae55d9eac8c3459d208dea54bb084c560', 
    '9gFEIOeMu62Z6Re0fB3AKBJB0LH8RNu4gxGpag5iA5E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)