INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0ea1948a2debada989a2c8089e30bcaff202c1468a1e813ae42889a53814beb1', 
    '+/5L2FRbT7uld18eYq8ZrWrEVI6AtETCCbddb9eAkm8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)