INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '06738b11a113599948dbe58b24bf28e4d5b817d41705cf98345958f69d8946eb', 
    'WYswpo+fL3eYX2Hn2RMUgWK6UN+ijReUWRmbYIe++eE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)