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

Query time 0.00031

Result

int(1)