INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a58fa5e1f0b0644266d5545d44e8bcea886d7963495e0336a56b36e9a93f6ef3', 
    'IGLAYVG86eM6B+yQZH3GtBaL59cOin/fZa+pFxA7Ojg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)