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

Query time 0.00017

Result

int(1)