INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5f84d2496f4d1f01efb79d2faff7824f19a2b8bd36f85aae1aa559fa4d8d7f5f', 
    'mAPAE7b6lP/pKijUuU1cYKOLJg0OnfBPf+rGMMC9LxE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00060

Result

int(1)