INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e4b9cde2d6a9dffa3661d8294ad3007aee9c595416d7b99d455f492f51734e15', 
    'n+jql/fYhnWqlEtreFNeHanWOazerhq3K6eooXMbloQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)