INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8eaf0aa30218e1fb1a1d4b241318f79ec7859433cf939a13d0eb88c7e1dc6e01', 
    'GWlt8ukCoOODGZI4YUg+ul1l/IhPuefwONRGpV44+rE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)