INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e4af7c8c09155ed8bff2dda44d7341f3846f9071dbaeeeaa1238a09a790a40fe', 
    'I3M+eIOcg3arRXU4iL+ja+Q9t4ZAds29a4ZqhBgwaKg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)