INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ae100e5cd2c197ee7f323edc0b53d9306aa1695075c9c942c00c234afb5d08cb', 
    'jWIRCNCjNca3UFKOnFf4N1jLBFBaGAbonx0FMi/xNzw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)