INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0f1d7b24ce42d619bdc5ebe96498b6e0fac72392e461fe68a2e0b66b472df0eb', 
    '8L7wNCJJxUa372mG+9qoikrsqF1nbVA2LRNv/7unWIM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)