INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b02d5c6d418c0bfd5467758f4d0e36eae3966787729e9809b0fa2ea9c1b89057', 
    'HLgdV1NRoAlrQiUyruwfQgmiex8a2uoYWa/GoVA0jOc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)